Loading .gitlab-ci.yml +3 −3 Original line number Diff line number Diff line Loading @@ -35,9 +35,9 @@ before_script: tags: - d2 script: - docker pull "$CACHE" - docker build CI_COMMIT_REF_NAME=$CI_COMMIT_REF_NAME --pull --cache-from "$CACHE" -t "$TAG" . # - docker build CI_COMMIT_REF_NAME=$CI_COMMIT_REF_NAME -t "$TAG" . # - 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 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 +3 −3 Original line number Diff line number Diff line Loading @@ -35,9 +35,9 @@ before_script: tags: - d2 script: - docker pull "$CACHE" - docker build CI_COMMIT_REF_NAME=$CI_COMMIT_REF_NAME --pull --cache-from "$CACHE" -t "$TAG" . # - docker build CI_COMMIT_REF_NAME=$CI_COMMIT_REF_NAME -t "$TAG" . # - 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 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