Skip to content

Commit

Permalink
Removed gitkeep file before uploading transformed files
Browse files Browse the repository at this point in the history
  • Loading branch information
justaddcoffee committed May 18, 2020
1 parent 4456b97 commit 805dfb6
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 @@ -85,6 +85,7 @@ pipeline {
echo "Will not push if not on correct branch."
} else {
withCredentials([file(credentialsId: 's3cmd_kg_hub_push_configuration', variable: 'S3CMD_JSON')]) {
sh 'rm -fr data/transformed/.gitkeep'
sh 's3cmd -c $S3CMD_JSON --acl-public --mime-type=plain/text --cf-invalidate put -r data/transformed s3://kg-hub-public-data/'
}
}
Expand Down

0 comments on commit 805dfb6

Please sign in to comment.