We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14f1b0e commit 2fa9824Copy full SHA for 2fa9824
Dockerfile
@@ -3,7 +3,7 @@ FROM gitlab/gitlab-ee:$VERSION
3
4
ARG VERSION
5
COPY patches/${VERSION} /patches
6
-RUN for p in /patches/*; do patch -p0 < $p; done
+RUN set -e; for p in /patches/*; do patch -p0 < $p; done
7
8
COPY arc.tar.gz /opt/gitlab/embedded/service/gitlab-rails/vendor/project_templates/
9
COPY dataplant-arc.png house-solid.svg /opt/gitlab/embedded/service/gitlab-rails/public/assets/
0 commit comments