Commit bb5e6fbc authored by Seblu's avatar Seblu
Browse files

Update .gitlab-ci.yml file

parent 13613f95
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@ commitpkg:
  rules:
  - if: '$CI_COMMIT_TAG'
    when: on_success
  - when: manual
  script:
  - eval $(ssh-agent -s)
  # - trap "kill $SSH_AGENT_PID" 0