Loading .gitlab-ci.yml +0 −2 Original line number Diff line number Diff line Loading @@ -4,7 +4,6 @@ makepkg: stage: build rules: - if: '$CI_COMMIT_TAG' when: on_success - when: manual script: - seblu-build Loading @@ -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 Loading Loading
.gitlab-ci.yml +0 −2 Original line number Diff line number Diff line Loading @@ -4,7 +4,6 @@ makepkg: stage: build rules: - if: '$CI_COMMIT_TAG' when: on_success - when: manual script: - seblu-build Loading @@ -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 Loading