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

Update .gitlab-ci.yml file

parent 96d0286d
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,9 @@ workflow:
makepkg:
stage: build
rules:
- if: '$CI_COMMIT_TAG'
- if: $CI_PIPELINE_SOURCE == 'web'
script:
- seblu-build
artifacts:
......@@ -19,6 +22,9 @@ makepkg:
commitpkg:
stage: deploy
rules:
- if: '$CI_COMMIT_TAG'
- if: $CI_PIPELINE_SOURCE == 'web'
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