Skip to content

Commit

Permalink
Fix Jenkins return code steemit#762
Browse files Browse the repository at this point in the history
  • Loading branch information
theoreticalbts committed Jan 6, 2017
1 parent 99d4ddd commit 07e5da9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ciscripts/buildscript.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -e
export IMAGE_NAME="steemit/steem:${GIT_BRANCH#*/}"
if [[ $IMAGE_NAME == "steemit/steem:stable" ]] ; then
IMAGE_NAME="steemit/steem:latest"
Expand Down

0 comments on commit 07e5da9

Please sign in to comment.