Skip to content
Snippets Groups Projects
Commit 2124c232 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

Fix typo $ -> &

parent 5a90ec7b
No related branches found
No related tags found
No related merge requests found
Pipeline #115289 passed
...@@ -17,7 +17,7 @@ stages: ...@@ -17,7 +17,7 @@ stages:
- deploy - deploy
.docker-login: $docker-login .docker-login: &docker-login
- i=0; while [ "$i" -lt 12 ]; do docker info && break; sleep 5; i=$(( i + 1 )) ; done - i=0; while [ "$i" -lt 12 ]; do docker info && break; sleep 5; i=$(( i + 1 )) ; done
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment