Files
devops-lib-gcp/test/stubs/com/meesho/utilities/getDockerParams.groovy
T
2026-08-26 02:02:24 +05:30

6 lines
103 B
Groovy

package com.meesho.utilities
class getDockerParams {
def getTag(String repoName) { 'test-tag' }
}