fix: remove ssh keys

This commit is contained in:
2020-09-02 13:28:21 +02:00
parent a19d252b73
commit a50da9bbed
7 changed files with 103 additions and 21 deletions

View File

@ -13,13 +13,12 @@ steps:
- pull_request
- tag
# steps:
# - name: test-unit
# image: docker.io/volkerraschek/build-image:latest
# commands:
# - make test/unit
# when:
# event:
# - push
# - pull_request
# - tag
- name: test-unit
image: docker.io/volkerraschek/build-image:latest
commands:
- make test/unit
when:
event:
- push
- pull_request
- tag