Skip to content
Snippets Groups Projects
Commit b7163727 authored by Gaël's avatar Gaël
Browse files

remove sleep

parent 8ffc6b0d
Branches
No related tags found
Loading
Checking pipeline status
......@@ -13,7 +13,6 @@ build-image:
stage: build
image: docker
script:
- sleep 600
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker build -f Dockerfile -t $CI_REGISTRY/$CI_PROJECT_PATH .
- docker push $CI_REGISTRY/$CI_PROJECT_PATH:latest
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment