6 lines
103 B
Groovy
6 lines
103 B
Groovy
package com.meesho.utilities
|
|
|
|
class getDockerParams {
|
|
def getTag(String repoName) { 'test-tag' }
|
|
}
|