diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 82e55d70a2547472d6f8e0dce7f92ce01cd51abd..7abaae27108fa7bd8230c99526326d0a96d44f9e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,9 +35,11 @@ commit_zip: - git config --global user.name "CI Bot" - git add files-from-repos/deployment-files.zip - git commit -m "Add authomatically deployment-files.zip" - - git push https://oauth2:${GITLAB_TOKEN}@gitlab.fi.muni.cz/inject/inject-docs.git HEAD:testing-pipeline -o ci.skip + - git push https://oauth2:${GITLAB_TOKEN}@gitlab.fi.muni.cz/inject/inject-docs.git HEAD:main -o ci.skip dependencies: - setup + only: + - main build: stage: build