Update gitlab-ci

Fix CI lint errors
This commit is contained in:
Denis S. Soldatov aka General-Beck 2017-01-25 23:01:28 +04:00 committed by GitHub
parent c03be11303
commit f5a4b55dae
1 changed files with 1 additions and 2 deletions

View File

@ -466,13 +466,12 @@ windows:
- target/release/parity.pdb
- nsis/InstallParity.exe
name: "x86_64-pc-windows-msvc_parity"
docker:
docker-build:
stage: build
only:
- tags
before_script:
- docker info
build_image:
script:
- cd docker/hub
- docker login -u $Docker_Hub_User -p $Docker_Hub_Pass