Skip to content
Snippets Groups Projects
Commit 0fda6cc0 authored by Roman Dvořák's avatar Roman Dvořák
Browse files

add correct branch name

parent fa6bbac7
No related branches found
No related tags found
No related merge requests found
...@@ -35,9 +35,11 @@ commit_zip: ...@@ -35,9 +35,11 @@ commit_zip:
- git config --global user.name "CI Bot" - git config --global user.name "CI Bot"
- git add files-from-repos/deployment-files.zip - git add files-from-repos/deployment-files.zip
- git commit -m "Add authomatically 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: dependencies:
- setup - setup
only:
- main
build: build:
stage: build stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment