Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
blakemorgan committed Oct 1, 2018
1 parent 19914ed commit 6ba9057
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ pipeline {
stages {
stage('Pull') {
steps {
sh 'git pull origin 7.x-2.x --tags'
sh 'git pull origin 7.x-2.x'
}
}
stage('Push') {
steps {
sh 'git push git@github.com:blakemorgan/drupal-mirror-test.git HEAD:7.x-2.x'
sh 'git push git@github.com:byuweb/byu_theme_drupal.git HEAD:refs/heads/7.x-2.x'
sh 'git push git@github.com:byuweb/byu_theme_drupal.git --tags'
}
}
}
Expand Down

0 comments on commit 6ba9057

Please sign in to comment.