Skip to content

Commit

Permalink
Merge pull request #37 from Knowledge-Graph-Hub/run_all_transforms_ru…
Browse files Browse the repository at this point in the history
…n_jenkins

Remove --get_only bfo
  • Loading branch information
justaddcoffee committed Sep 14, 2021
2 parents 273b1ca + 02b8a3d commit 8554da2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ pipeline {
if (env.BRANCH_NAME != 'main') {
echo "Will not transform if not on correct branch."
} else {
// TODO: remove --get_only bfo
sh '. venv/bin/activate && env && python3.8 run.py --get_only bfo --bucket kg-hub-public-data'
sh '. venv/bin/activate && env && python3.8 run.py --bucket kg-hub-public-data'
}
}
}
Expand Down

0 comments on commit 8554da2

Please sign in to comment.