Эх сурвалжийг харах

[web] fix retries in Jenkins (#28542)

GitOrigin-RevId: b808200371b972a0fd5206993463c6a6d8c795e9
Jakob Ackermann 11 сар өмнө
parent
commit
ada2b75a92

+ 2 - 2
services/web/bin/copy_external_pages

@@ -2,5 +2,5 @@
 set -e
 
 # Branding
-mv app/views/external/robots.txt public/robots.txt
-mv app/views/external/googlebdb0f8f7f4a17241.html public/googlebdb0f8f7f4a17241.html
+cp app/views/external/robots.txt public/robots.txt
+cp app/views/external/googlebdb0f8f7f4a17241.html public/googlebdb0f8f7f4a17241.html