We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 606311b commit ad785f4Copy full SHA for ad785f4
1 file changed
Dockerfile
@@ -44,7 +44,7 @@ RUN set -eux; \
44
45
RUN useradd -m -s /bin/bash rtbot
46
47
-RUN wget https://raw.githubusercontent.com/Automattic/vip-go-ci/master/tools-init.sh -O tools-init.sh && \
+RUN wget https://raw.githubusercontent.com/Automattic/vip-go-ci/main/tools-init.sh -O tools-init.sh && \
48
bash tools-init.sh && \
49
rm -f tools-init.sh
50
0 commit comments