summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRogerio Guerra Borin <rogerio.borin@toradex.com>2024-03-01 12:16:43 -0300
committerRogerio Guerra Borin <rogerio.borin@toradex.com>2024-03-01 16:23:40 -0300
commite4b70deaf8bf8bb7bdbee4705709d3cfe9202d7c (patch)
tree8171236ceb1cb8d9ba93606274d47b8fb5c77db1
parent8271f25a99e29a2a9844da2d2e2c9049a163004b (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