Commit 13613f95 authored by Seblu's avatar Seblu
Browse files

Update .gitlab-ci.yml file

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