Update docker ci build
This commit is contained in:
parent
8b11a4fa61
commit
5c3d07e58c
1 changed files with 1 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
image: "domaindrivenarchitecture/devops-build:4.0.8"
|
image: "domaindrivenarchitecture/devops-build:latest"
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- python --version
|
- python --version
|
||||||
|
@ -9,9 +9,6 @@ before_script:
|
||||||
- export IMAGE_DOCKERHUB_USER=$DOCKERHUB_USER
|
- export IMAGE_DOCKERHUB_USER=$DOCKERHUB_USER
|
||||||
- export IMAGE_DOCKERHUB_PASSWORD=$DOCKERHUB_PASSWORD
|
- export IMAGE_DOCKERHUB_PASSWORD=$DOCKERHUB_PASSWORD
|
||||||
|
|
||||||
variables:
|
|
||||||
DOCKER_HOST: tcp://localhost:2375/
|
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- lint&test
|
- lint&test
|
||||||
- upload
|
- upload
|
||||||
|
|
Loading…
Reference in a new issue