Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ before_script: script: # - docker pull "$CACHE" # - docker build CI_COMMIT_REF_NAME=$CI_COMMIT_REF_NAME --pull --cache-from "$CACHE" -t "$TAG" . - docker build -e CI_COMMIT_REF_NAME=$CI_COMMIT_REF_NAME -t "$TAG" . - docker build --build-arg CI_COMMIT_REF_NAME=$CI_COMMIT_REF_NAME -t "$TAG" . - docker run -e CI_COMMIT_REF_NAME=$CI_COMMIT_REF_NAME "$TAG" -c 'make install-dev lint test test-tutorials' - touch /tmp/completed # Used to test that the above commands succeeded only: Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ before_script: script: # - docker pull "$CACHE" # - docker build CI_COMMIT_REF_NAME=$CI_COMMIT_REF_NAME --pull --cache-from "$CACHE" -t "$TAG" . - docker build -e CI_COMMIT_REF_NAME=$CI_COMMIT_REF_NAME -t "$TAG" . - docker build --build-arg CI_COMMIT_REF_NAME=$CI_COMMIT_REF_NAME -t "$TAG" . - docker run -e CI_COMMIT_REF_NAME=$CI_COMMIT_REF_NAME "$TAG" -c 'make install-dev lint test test-tutorials' - touch /tmp/completed # Used to test that the above commands succeeded only: Loading