Skip to content

Commit

Permalink
Stop running run.py download for now
Browse files Browse the repository at this point in the history
  • Loading branch information
justaddcoffee committed Sep 22, 2020
1 parent 617b3a4 commit e8af5ce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@ pipeline {
dir('./gitrepo') {
script {
def run_py_dl = sh(
script: '. venv/bin/activate && python3.7 run.py download', returnStatus: true
)
// script: '. venv/bin/activate && python3.7 run.py download', returnStatus: true
script: 'BADCOMMAND', returnStatus: true
)
if (run_py_dl == 0) {
if (env.BRANCH_NAME != 'master') { // upload raw to s3 if we're on correct branch
echo "Will not push if not on correct branch."
Expand Down

0 comments on commit e8af5ce

Please sign in to comment.