Skip to content

Commit

Permalink
Add note to Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
caufieldjh committed Sep 16, 2024
1 parent 8b63859 commit 9f78bdf
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 @@ -112,6 +112,7 @@ pipeline {
string(credentialsId: 'aws_kg_hub_secret_key', variable: 'AWS_SECRET_ACCESS_KEY')]) {

// Index, then upload
// This will include the log files (onto_stats.yaml and total_stats.yaml)
sh '. venv/bin/activate && multi_indexer -v --directory data/transformed/ --prefix https://kghub.io/$S3PROJECTDIR/ -x -u'
sh '. venv/bin/activate && s3cmd -c $S3CMD_CFG put -pr --acl-public --cf-invalidate data/transformed/ s3://kg-hub-public-data/$S3PROJECTDIR/'

Expand Down

0 comments on commit 9f78bdf

Please sign in to comment.