From b6673b4336cfe8e0d1ed27f3fcb82808c74b2c2f 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 (cherry picked from commit e4b70deaf8bf8bb7bdbee4705709d3cfe9202d7c) --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0008f40..6aad8ac 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