Skip to content

Commit 29837c2

Browse files
NO-JIRA Fix a wrong file name in the build image
1 parent f7c42ff commit 29837c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@ RUN set -eux; \
104104

105105
COPY --from=tools /usr/local/bin/cirrus-env /usr/local/bin/cirrus-env
106106
COPY --from=tools /usr/local/bin/gh /usr/local/bin/gh
107-
COPY --from=tools /home/sonarsource/.m2/settings-public.xml /root/.m2/settings-public.xml
107+
COPY --from=tools /home/sonarsource/.m2/settings-public-auth.xml /root/.m2/settings-public.xml

0 commit comments

Comments
 (0)