summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRogerio Guerra Borin <rogerio.borin@toradex.com>2024-03-01 12:16:43 -0300
committerMax Krummenacher <max.krummenacher@toradex.com>2024-03-04 13:55:07 +0100
commitb6673b4336cfe8e0d1ed27f3fcb82808c74b2c2f (patch)
tree1aad535559bcb7934670d3074cba048c86080fdd
parentf83b2b00aafcaa95ba937c8f9d399c6943cb6c7f (diff)
gitlab-ci: no longer modify repo shebangHEADmaster
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> (cherry picked from commit e4b70deaf8bf8bb7bdbee4705709d3cfe9202d7c)
-rw-r--r--.gitlab-ci.yml1
1 files changed, 0 insertions, 1 deletions
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