Loading .gitlab-ci.yml +1 −2 Original line number Diff line number Diff line Loading @@ -27,7 +27,6 @@ test: - git config --global user.name "Gitlab runner" - git add -f ${PWD}/spec/updated/generated/full_api.json - git commit -m "Update bundled spec." || echo "No changes, nothing to commit!" - git remote rm origin && git remote add origin git@gitlab.com:$CI_PROJECT_PATH.git - git push origin HEAD:$CI_COMMIT_REF_NAME - git push allow_failure: false Loading
.gitlab-ci.yml +1 −2 Original line number Diff line number Diff line Loading @@ -27,7 +27,6 @@ test: - git config --global user.name "Gitlab runner" - git add -f ${PWD}/spec/updated/generated/full_api.json - git commit -m "Update bundled spec." || echo "No changes, nothing to commit!" - git remote rm origin && git remote add origin git@gitlab.com:$CI_PROJECT_PATH.git - git push origin HEAD:$CI_COMMIT_REF_NAME - git push allow_failure: false