Ver código fonte

[web] fix retries in Jenkins (#28542)

GitOrigin-RevId: b808200371b972a0fd5206993463c6a6d8c795e9
Jakob Ackermann 11 meses atrás
pai
commit
ada2b75a92
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      services/web/bin/copy_external_pages

+ 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