Skip to content

Commit 49ece03

Browse files
committed
cleanup
1 parent 2556ddb commit 49ece03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 && \

0 commit comments

Comments
 (0)