You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .gitlab-ci.yml
+18-3Lines changed: 18 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7,16 +7,16 @@ stages:
7
7
- deploy
8
8
9
9
variables:
10
+
FF_DISABLE_UMASK_FOR_DOCKER_EXECUTOR: "true"# see https://gitlab.com/gitlab-org/gitlab-runner/-/issues/1736
10
11
GITLABCI_VERSION: "2.1"
11
12
GITLABCI_IMAGE: "gitlabci"
12
-
CI_PRE_CLONE_SCRIPT: "umask 0022"# required until feature flag FF_DISABLE_UMASK_FOR_DOCKER_EXECUTOR is set to true on GitLab.com, see https://gitlab.com/gitlab-org/gitlab-runner/-/issues/1736
description: "The DOMjudge version, Change this variable to 7.3.3 to release the 7.3.3 dockers. The file should be available on the domjudge.org webserver."
0 commit comments