Skip to content

Commit

Permalink
Merge pull request #1345 from sul-dlss/cd-main
Browse files Browse the repository at this point in the history
Revert "Connect bl8 branch to continuous deployment to UAT"
  • Loading branch information
hudajkhan authored Aug 30, 2024
2 parents 7fc181c + 1230a7b commit ab1a06b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pipeline {
}

when {
branch 'bl8'
branch 'main'
}

steps {
Expand All @@ -73,7 +73,7 @@ pipeline {
bundle install --without production
# Deploy it
bundle exec cap $DEPLOY_ENVIRONMENT deploy BRANCH=bl8
bundle exec cap $DEPLOY_ENVIRONMENT deploy
'''
}
}
Expand Down

0 comments on commit ab1a06b

Please sign in to comment.