diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 385081c8a0ca4e8257bfb34b130d96f2937e47c1..bf50eaca097b77d8da6154e4d3cd874c4ed1be52 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,8 +7,8 @@ build: IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG script: - echo "hello 1" - - echo \"password is ${CI_REGISTRY_PASSWORD} and username is ${CI_REGISTRY_USER} and resgistry is ${CI_REGISTRY}\" - - echo \"hello 2\" + - echo "password is ${CI_REGISTRY_PASSWORD} and username is ${CI_REGISTRY_USER} and resgistry is ${CI_REGISTRY}" + - echo "hello 2" - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY - docker build -t $CI_COMMIT_BRANCH.$CI_COMMIT_TIMESTAMP . - docker push $IMAGE_TAG