Skip to content

Commit

Permalink
modify reference of master branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Maboh Christopher authored and Maboh Christopher committed May 24, 2024
1 parent b1127b0 commit c723b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/Jenkinsfile.build_trigger
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pipeline {
]]
])
script {
if (env.BRANCH_NAME == "master") {
if (env.BRANCH_NAME == "main") {
DEPLOY='stage'
}
}
Expand Down

0 comments on commit c723b9c

Please sign in to comment.