Loading .gitlab-ci.yml +4 −4 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ # regular user, so we can't install it either) find-files: stage: build image: debian:stable-slim image: containers.torproject.org/tpo/tpa/base-images/debian:stable script: - apt update && apt install -yy --no-install-recommends git ca-certificates - export LATEST_COMMIT_SHA="${CI_MERGE_REQUEST_SOURCE_BRANCH_SHA:-${CI_COMMIT_SHA}}" Loading @@ -36,7 +36,7 @@ find-files: # it doesn't run on merge requests to leave those poor people alone fail-on-desync-wiki: stage: build image: debian:stable-slim image: containers.torproject.org/tpo/tpa/base-images/debian:stable script: - apt update && apt install -yy --no-install-recommends git ca-certificates - git fetch wiki || git remote add -f wiki https://gitlab.torproject.org/tpo/tpa/team.wiki.git Loading Loading @@ -92,7 +92,7 @@ mdlintall: codespell: image: name: debian:stable name: containers.torproject.org/tpo/tpa/base-images/debian:stable needs: - job: find-files artifacts: true Loading @@ -109,7 +109,7 @@ codespell: codespellall: image: name: debian:stable name: containers.torproject.org/tpo/tpa/base-images/debian:stable needs: - job: find-files artifacts: true Loading Loading
.gitlab-ci.yml +4 −4 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ # regular user, so we can't install it either) find-files: stage: build image: debian:stable-slim image: containers.torproject.org/tpo/tpa/base-images/debian:stable script: - apt update && apt install -yy --no-install-recommends git ca-certificates - export LATEST_COMMIT_SHA="${CI_MERGE_REQUEST_SOURCE_BRANCH_SHA:-${CI_COMMIT_SHA}}" Loading @@ -36,7 +36,7 @@ find-files: # it doesn't run on merge requests to leave those poor people alone fail-on-desync-wiki: stage: build image: debian:stable-slim image: containers.torproject.org/tpo/tpa/base-images/debian:stable script: - apt update && apt install -yy --no-install-recommends git ca-certificates - git fetch wiki || git remote add -f wiki https://gitlab.torproject.org/tpo/tpa/team.wiki.git Loading Loading @@ -92,7 +92,7 @@ mdlintall: codespell: image: name: debian:stable name: containers.torproject.org/tpo/tpa/base-images/debian:stable needs: - job: find-files artifacts: true Loading @@ -109,7 +109,7 @@ codespell: codespellall: image: name: debian:stable name: containers.torproject.org/tpo/tpa/base-images/debian:stable needs: - job: find-files artifacts: true Loading