We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5746a8e commit aca276aCopy full SHA for aca276a
Jenkinsfile
@@ -85,7 +85,7 @@ pipeline {
85
sh 'ls -lh utils/'
86
sh 's3cmd -c $S3CMD_CFG --acl-public --mime-type=plain/text --cf-invalidate put utils/MANIFEST.yaml s3://kg-hub-public-data/ '
87
sh 's3cmd -c $S3CMD_CFG --acl-public --mime-type=plain/text --cf-invalidate put utils/manifest.log s3://kg-hub-public-data/ '
88
- sh 'touch utils/logs/placeholder' //We want a logs folder, whether we have new logs or not
+ sh 'mkdir -p utils/logs/ && touch utils/logs/placeholder' //We want a logs folder, whether we have new logs or not
89
sh 's3cmd -c $S3CMD_CFG --acl-public --mime-type=plain/text --cf-invalidate put -r utils/logs/ s3://kg-hub-public-data/ '
90
}
91
} else { // 'make_kg_manifest.py' failed.
0 commit comments