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

up gitlab-ci

parent a905ed91
No related branches found
No related tags found
No related merge requests found
Pipeline #700 waiting for manual action
...@@ -5,7 +5,7 @@ makepkg: ...@@ -5,7 +5,7 @@ makepkg:
rules: rules:
- if: '$CI_COMMIT_TAG' - if: '$CI_COMMIT_TAG'
when: always when: always
when: manual - when: manual
script: script:
- seblu-x86_64-build - seblu-x86_64-build
artifacts: artifacts:
...@@ -20,7 +20,7 @@ commitpkg: ...@@ -20,7 +20,7 @@ commitpkg:
rules: rules:
- if: '$CI_COMMIT_TAG' - if: '$CI_COMMIT_TAG'
when: always when: always
when: manual - when: manual
script: script:
- eval $(ssh-agent -s) - eval $(ssh-agent -s)
# - trap "kill $SSH_AGENT_PID" 0 # - 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