Skip to content

Commit

Permalink
Misplaced comment
Browse files Browse the repository at this point in the history
  • Loading branch information
justaddcoffee committed Sep 23, 2020
1 parent c6f024c commit f8f31f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ pipeline {

stage('Publish') {
steps {
// code for building s3 index files
dir('./gitrepo') {
script {
// code for building s3 index files
sh 'git clone https://github.com/justaddcoffee/go-site.git'

// make sure we aren't going to clobber existing data on S3
Expand Down

0 comments on commit f8f31f6

Please sign in to comment.