Commit fd8d6a79 authored by Dimitrios Giannopoulos's avatar Dimitrios Giannopoulos
Browse files

minor syntax fix

parent 24acbe19
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ build_image:
    name: gcr.io/kaniko-project/executor:v1.14.0-debug
    entrypoint: [""]
  before_script:
    - |
    - >
      if [ "$CI_COMMIT_REF_NAME" = "12-create-a-pipeline-to-build-and-publish-the-docker-image-in-gitlab-registry" ]; then
        export IMAGE_TAG=$CI_COMMIT_TAG
        export ADDITIONAL_TAG="latest"