Commit a56a8ef3 authored by Seblu's avatar Seblu
Browse files

Try to improve pipelines

parent fa01ce62
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@ makepkg:
  stage: build
  rules:
  - if: '$CI_COMMIT_TAG'
    when: always
  when: manual
  script:
  - seblu-x86_64-build
@@ -18,6 +19,8 @@ commitpkg:
  stage: deploy
  rules:
  - if: '$CI_COMMIT_TAG'
    when: always
  when: manual
  script:
  - eval $(ssh-agent -s)
  # - trap "kill $SSH_AGENT_PID" 0