Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
blakemorgan authored Nov 26, 2018
1 parent e09c690 commit 0f25dd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ pipeline {
}
stage('Push') {
steps {
sh 'git pull [email protected]:project/byu_theme.git HEAD:refs/heads/8.x-3.x'
sh 'git push [email protected]:project/byu_theme.git HEAD:refs/heads/8.x-3.x'
sh 'git push [email protected]:project/byu_theme.git --tags'
}
Expand Down

0 comments on commit 0f25dd9

Please sign in to comment.