Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 0239701

Browse files
committed
Fixing Jenkinsfile publish stage
1 parent 30b87b4 commit 0239701

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ pipeline{
2828
}
2929
stage('publish'){
3030
when {
31-
branch 'develop'
32-
31+
branch 'dev'
3332
}
3433
steps{
3534
sh label:'publish', script: '''#!/bin/bash

0 commit comments

Comments
 (0)