summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRogerio Guerra Borin <rogerio.borin@toradex.com>2024-03-01 12:16:43 -0300
committerAurelio Bachmann <aurelio.bachmann@toradex.com>2024-03-04 13:49:59 +0100
commite6c8fceb64fa1208a3c5b3fa4964d3f6fd74b760 (patch)
tree20fd5c322a26ba997926c83ac9f81a9ba39d01a6
parent942396b66cae09cc74e5419016369088aa5b7f5f (diff)
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 <rogerio.borin@toradex.com>
-rw-r--r--.gitlab-ci.yml1
1 files changed, 0 insertions, 1 deletions
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