Skip to content

Commit

Permalink
Bump master to 1.12 (openethereum#8477)
Browse files Browse the repository at this point in the history
* Bump master to 1.12

* Bump crates to 1.12

* Bump mac installer version to 1.12

* Update Gitlab scripts
  • Loading branch information
5chdn authored and VladLupashevskyi committed May 23, 2018
1 parent eb9fcbe commit e54666b
Show file tree
Hide file tree
Showing 29 changed files with 137 additions and 137 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ docker-build:
before_script:
- docker info
script:
- if [ "$CI_BUILD_REF_NAME" == "beta-release" ]; then DOCKER_TAG="latest"; else DOCKER_TAG=$CI_BUILD_REF_NAME; fi
- if [ "$CI_BUILD_REF_NAME" == "master" ]; then DOCKER_TAG="latest"; else DOCKER_TAG=$CI_BUILD_REF_NAME; fi
- echo "Tag:" $DOCKER_TAG
- docker login -u $Docker_Hub_User_Parity -p $Docker_Hub_Pass_Parity
- scripts/docker-build.sh $DOCKER_TAG
Expand Down
Loading

0 comments on commit e54666b

Please sign in to comment.