Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cs-endo authored Jul 21, 2021
1 parent 6e44503 commit bd50fca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ pipeline {
stages {
stage('Production') {
when {
branch 'master'
expression { return env.TAG_NAME ==~ /v(0|[1-9]*)\.(0|[1-9]*)\.(0|[1-9]*)/ } // Checking if it is main semantic version release
}
environment {
Expand Down

0 comments on commit bd50fca

Please sign in to comment.