We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents afe4a50 + 0431ba5 commit 32d6120Copy full SHA for 32d6120
assets/runtime/functions
@@ -1665,6 +1665,11 @@ initialize_datadir() {
1665
chmod u+rwX ${GITLAB_SHARED_DIR}/ci_secure_files
1666
chown ${GITLAB_USER}: ${GITLAB_SHARED_DIR}/ci_secure_files
1667
1668
+ # create external-diffs dir
1669
+ mkdir -p ${GITLAB_SHARED_DIR}/external-diffs
1670
+ chmod u+rwX ${GITLAB_SHARED_DIR}/external-diffs
1671
+ chown ${GITLAB_USER}: ${GITLAB_SHARED_DIR}/external-diffs
1672
+
1673
# create artifacts dir
1674
mkdir -p ${GITLAB_ARTIFACTS_DIR}
1675
chmod u+rwX ${GITLAB_ARTIFACTS_DIR}
0 commit comments