Skip to content

Commit

Permalink
Align Jenkins with changes to directories
Browse files Browse the repository at this point in the history
  • Loading branch information
caufieldjh committed Sep 5, 2024
1 parent 7e07fd6 commit 35803c1
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 35803c1

Please sign in to comment.