1
0
Fork 0
mirror of https://github.com/SinTan1729/chhoto-url synced 2024-12-26 07:38:36 -06:00

Fix typo in .gitlab-ci.yml

This commit is contained in:
Sayantan Santra 2022-11-04 18:45:14 -05:00
parent 82410ef035
commit de58a15282

View file

@ -4,7 +4,7 @@ docker-build-main:
image: docker:latest
stage: build
services:
- docker: dind
- docker:dind
before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
script:
@ -18,7 +18,7 @@ docker-build:
image: docker:latest
stage: build
services:
- docker: dind
- docker:dind
before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
script: