Skip to content

Commit

Permalink
HOTFIX do not install spynl when smoke testing
Browse files Browse the repository at this point in the history
Commit 83a768b that removed line from jenkinsfile got added again because
two other branches got merged which didn't rebase to include the 83a768b.
  • Loading branch information
ev-agelos committed Aug 26, 2017
1 parent 83b6aca commit b00a39f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ node {
if (task != "production" ){
sleep time:90, unit:'SECONDS'
checkout scm
sh "spynl/cli/ops/prepare-stage.sh -u $scm_urls -r $revision -f $fallbackrevision"
sh "source venv/bin/activate && spynl ops.smoke_test --task $task"
}
} catch (e) { // Rollback to latest successful spynl image
Expand Down

0 comments on commit b00a39f

Please sign in to comment.