Commit 95cd240f authored by nimrod's avatar nimrod
Browse files

Output the IMAGE and TAG variables.

parent 6b23f2a4
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -17,6 +17,8 @@
        TAG="$CI_COMMIT_BRANCH"
      fi
      export TAG
    - echo "TAG: ${TAG:-not defined}"
    - echo "IMAGE: ${IMAGE:-not defined}"
  script:
    - docker-compose build --no-cache --pull