Skip to content
Snippets Groups Projects
Commit 13613f95 authored by Seblu's avatar Seblu
Browse files

Update .gitlab-ci.yml file

parent d16a7d1d
No related branches found
No related tags found
No related merge requests found
Pipeline #523 waiting for manual action with stages
......@@ -3,8 +3,9 @@
makepkg:
stage: build
rules:
- if: '$CI_COMMIT_TAG'
- if: $CI_PIPELINE_SOURCE == 'web'
- if: '$CI_COMMIT_TAG'
when: on_success
- when: manual
script:
- seblu-build
artifacts:
......@@ -17,8 +18,9 @@ makepkg:
commitpkg:
stage: deploy
rules:
- if: '$CI_COMMIT_TAG'
- if: $CI_PIPELINE_SOURCE == 'web'
- if: '$CI_COMMIT_TAG'
when: on_success
- when: manual
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