Skip to content
Snippets Groups Projects
Commit 00810cf3 authored by Seblu's avatar Seblu
Browse files

Update .gitlab-ci.yml file

parent a58587d1
No related branches found
No related tags found
No related merge requests found
Pipeline #525 waiting for manual action with stage
......@@ -4,7 +4,6 @@ makepkg:
stage: build
rules:
- if: '$CI_COMMIT_TAG'
when: on_success
- when: manual
script:
- seblu-build
......@@ -19,7 +18,6 @@ commitpkg:
stage: deploy
rules:
- if: '$CI_COMMIT_TAG'
when: on_success
script:
- eval $(ssh-agent -s)
# - trap "kill $SSH_AGENT_PID" 0
......
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