diff options
-rw-r--r-- | .gitlab-ci.yml | 2 |
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 |