소스 검색

[web] fix retries in Jenkins (#28542)

GitOrigin-RevId: b808200371b972a0fd5206993463c6a6d8c795e9
Jakob Ackermann 11 달 전
부모
커밋
ada2b75a92
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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