summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2021-04-07 12:29:54 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2021-04-07 12:29:54 +0200
commitf24cd4fd7b8954bbd619598b761680ca5d491ad7 (patch)
tree62defde23b1099cf07dae5b792be01486e5d31f0
parent75972300a0c569b9539fa02d1cbc69fc1f62fbfd (diff)
gitlab ci: use https to fetch repo
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Change-Id: I33926bc577d8a07276d0b2241b692eb805a3c12d
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d513d69..609976c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,7 +22,7 @@ repo-sync:
script:
- ORIGIN=$(git remote get-url origin)
- mkdir -p ../bin
- - wget -O ../bin/repo http://commondatastorage.googleapis.com/git-repo-downloads/repo
+ - wget -O ../bin/repo https://commondatastorage.googleapis.com/git-repo-downloads/repo
- chmod a+x ../bin/repo
- mkdir -p ../workspace
- cd ../workspace