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.
1 parent 1417c92 commit c6a4ab1Copy full SHA for c6a4ab1
assets/runtime/functions
@@ -1154,6 +1154,9 @@ gitlab_configure_lfs() {
1154
}
1155
1156
gitlab_configure_uploads() {
1157
+ update_template ${GITLAB_CONFIG} \
1158
+ GITLAB_UPLOADS_OBJECT_STORE_ENABLED
1159
+
1160
if [[ ${GITLAB_UPLOADS_OBJECT_STORE_ENABLED} == true ]]; then
1161
echo "Configuring gitlab::uploads:object_store"
1162
@@ -1171,7 +1174,6 @@ gitlab_configure_uploads() {
1171
1174
fi
1172
1175
1173
1176
update_template ${GITLAB_CONFIG} \
- GITLAB_UPLOADS_OBJECT_STORE_ENABLED \
1177
GITLAB_UPLOADS_OBJECT_STORE_REMOTE_DIRECTORY \
1178
GITLAB_UPLOADS_OBJECT_STORE_DIRECT_UPLOAD \
1179
GITLAB_UPLOADS_OBJECT_STORE_BACKGROUND_UPLOAD \
0 commit comments