Commit 00810cf3 authored by Seblu's avatar Seblu
Browse files

Update .gitlab-ci.yml file

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