From ac9cd97bd708f0137596809b5f302676539933b8 Mon Sep 17 00:00:00 2001 From: dadada Date: Tue, 19 Apr 2022 20:35:45 +0200 Subject: [PATCH] move gitlab CI config --- .gitlab-ci.yml => .gitlab-ci.yml.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .gitlab-ci.yml => .gitlab-ci.yml.example (69%) 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