Skip to content

Commit c6a4ab1

Browse files
committed
update upload:object_store:enabled even if "false"
1 parent 1417c92 commit c6a4ab1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

assets/runtime/functions

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1154,6 +1154,9 @@ gitlab_configure_lfs() {
11541154
}
11551155

11561156
gitlab_configure_uploads() {
1157+
update_template ${GITLAB_CONFIG} \
1158+
GITLAB_UPLOADS_OBJECT_STORE_ENABLED
1159+
11571160
if [[ ${GITLAB_UPLOADS_OBJECT_STORE_ENABLED} == true ]]; then
11581161
echo "Configuring gitlab::uploads:object_store"
11591162

@@ -1171,7 +1174,6 @@ gitlab_configure_uploads() {
11711174
fi
11721175

11731176
update_template ${GITLAB_CONFIG} \
1174-
GITLAB_UPLOADS_OBJECT_STORE_ENABLED \
11751177
GITLAB_UPLOADS_OBJECT_STORE_REMOTE_DIRECTORY \
11761178
GITLAB_UPLOADS_OBJECT_STORE_DIRECT_UPLOAD \
11771179
GITLAB_UPLOADS_OBJECT_STORE_BACKGROUND_UPLOAD \

0 commit comments

Comments
 (0)