Skip to content

Commit

Permalink
Merge pull request #73 from ncbo/jenkins_test
Browse files Browse the repository at this point in the history
Align Jenkins with changes to directories
  • Loading branch information
caufieldjh authored Sep 5, 2024
2 parents 7e07fd6 + 35803c1 commit 7a57e88
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 @@ -95,7 +95,7 @@ pipeline {
stage('Transform') {
steps {
dir('./gitrepo') {
sh ". venv/bin/activate && kgbioportal transform --input_dir data/raw/ --output_dir data/transformed/"
sh ". venv/bin/activate && kgbioportal transform"
}
}
}
Expand Down

0 comments on commit 7a57e88

Please sign in to comment.