Skip to content

Commit 5b3eff3

Browse files
authored
simplified check
1 parent 000677d commit 5b3eff3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ node {
3838
}
3939

4040
def buildType = 'install'
41-
if ("${env.BRANCH_NAME}".equals('develop')) {
41+
if ('develop'.equals(env.BRANCH_NAME)) {
4242
buildType = 'deploy'
4343
}
4444

0 commit comments

Comments
 (0)