Skip to content

Commit

Permalink
Merge PR CosmWasm#249: docker image build and upload for release tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Mircea Colonescu authored and alexanderbez committed Jan 7, 2020
1 parent 87a4269 commit e1b8201
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,8 @@ jobs:
GAIAD_VERSION="stable"
elif [ "${CIRCLE_BRANCH}" = "develop" ]; then
GAIAD_VERSION="develop"
elif [[ "${CIRCLE_BRANCH}" == release/v* ]]; then
GAIAD_VERSION="${CIRCLE_BRANCH}"
fi
if [ -z "${GAIAD_VERSION}" ]; then
docker build .
Expand Down

0 comments on commit e1b8201

Please sign in to comment.