diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml.example similarity index 69% rename from .gitlab-ci.yml rename to .gitlab-ci.yml.example index ca487ca..72d9b12 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml.example @@ -1,4 +1,4 @@ -stages: # List of stages for jobs, and their order of execution +stages: - update update: @@ -10,4 +10,4 @@ update: - git config --global user.name "Gitlab CI" script: - ./update < pads.txt - - git push "https://${GITLAB_USER_NAME}:${CI_ACCESS_TOKEN}@${CI_REPOSITORY_URL#*@}" "HEAD:${CI_COMMIT_REF_NAME}" -o skip-ci \ No newline at end of file + - git push "https://${GITLAB_USER_NAME}:${CI_ACCESS_TOKEN}@${CI_REPOSITORY_URL#*@}" "HEAD:${CI_COMMIT_REF_NAME}" -o skip-ci