Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
blakemorgan authored Oct 9, 2018
1 parent 6ba9057 commit 8fba44d
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 @@ -9,8 +9,8 @@ pipeline {
}
stage('Push') {
steps {
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'
sh 'git push git@git.drupal.org:project/byu_theme.git HEAD:refs/heads/7.x-2.x'
sh 'git push git@git.drupal.org:project/byu_theme.git --tags'
}
}
}
Expand Down

0 comments on commit 8fba44d

Please sign in to comment.