Skip to content

Commit

Permalink
use dev branch for snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
marcos-lg committed Feb 26, 2024
1 parent 8e8fdaa commit d530dfc
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 @@ -114,8 +114,8 @@ pipeline {
sshagent(['85f1747d-ea03-49ca-9e5d-aa9b7bc01c5f']) {
sh '''
rm -rf *
git clone -b dev [email protected]:gbif/gbif-configuration.git
git clone -b dev [email protected]:gbif/c-deploy.git
git clone -b master [email protected]:gbif/gbif-configuration.git
git clone -b master [email protected]:gbif/c-deploy.git
'''

createServiceFile("${env.WORKSPACE}/gbif-configuration/environments/dev/services.yml")
Expand Down

0 comments on commit d530dfc

Please sign in to comment.