Commit daef7d46 authored by Seblu's avatar Seblu
Browse files

Update .gitlab-ci.yml file

parent 96d0286d
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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