File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ RUN source /assets/functions/00-container && \
156156# ## Download and Install Gitlab
157157 GITLAB_CLONE_URL=https://gitlab.com/gitlab-org/gitlab && \
158158 clone_git_repo ${GITLAB_CLONE_URL} v${GITLAB_VERSION} ${GITLAB_INSTALL_DIR} && \
159- rm -rf "${GITLAB_INSTALL_DIR}/.git && \
159+ rm -rf "${GITLAB_INSTALL_DIR}" /.git && \
160160 \
161161 sed -i "/\ \ \ \ \ \ return \[\] unless Gitlab::Database.exists?/a \ \ \ \ \ \ return \[\] unless Feature::FlipperFeature.table_exists?" ${GITLAB_INSTALL_DIR}/lib/feature.rb && \
162162 sed -i "/\ \ \ \ \ \ return default_enabled unless Gitlab::Database.exists?/a \ \ \ \ \ \ return default_enabled unless Feature::FlipperFeature.table_exists?" ${GITLAB_INSTALL_DIR}/lib/feature.rb && \
You can’t perform that action at this time.
0 commit comments