From e6c8fceb64fa1208a3c5b3fa4964d3f6fd74b760 Mon Sep 17 00:00:00 2001 From: Rogerio Guerra Borin Date: Fri, 1 Mar 2024 12:16:43 -0300 Subject: gitlab-ci: no longer modify repo shebang Google updated the repo command to use python3 by default so that now the modification of the interpreter is no longer necessary. Signed-off-by: Rogerio Guerra Borin --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8dcf21f..b221582 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +23,6 @@ repo-sync: - ORIGIN=$(git remote get-url origin) - mkdir -p bin - wget -O bin/repo https://commondatastorage.googleapis.com/git-repo-downloads/repo - - sed -i 's/\(\#\!\/usr\/bin\/env \)python/\1python3/' bin/repo - chmod a+x bin/repo - mkdir -p workspace - cd workspace -- cgit v1.2.3