Loading .gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -49,6 +49,7 @@ build: - git clone $CI_PROJECT_SSH_URL $CI_PROJECT_DIR - cd $CI_PROJECT_DIR script: - git config http.sslverify false # update $UPSTREAM_BRANCH & tags - git fetch origin - git checkout $UPSTREAM_BRANCH Loading Loading
.gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -49,6 +49,7 @@ build: - git clone $CI_PROJECT_SSH_URL $CI_PROJECT_DIR - cd $CI_PROJECT_DIR script: - git config http.sslverify false # update $UPSTREAM_BRANCH & tags - git fetch origin - git checkout $UPSTREAM_BRANCH Loading