Fix pipeline

This commit is contained in:
Adam Štrauch 2023-11-25 19:18:40 +01:00
parent c8e43f6352
commit d2606600c3
Signed by: cx
GPG Key ID: 7262DAFE292BCE20

View File

@ -5,7 +5,6 @@ on:
branches: [main]
workflow_dispatch: {}
jobs:
unittests:
runs-on: [amd64, moon]
@ -20,7 +19,7 @@ jobs:
run: |
make test
deploy-dev:
- name: Deploy dev
- name: deploy
run: |
docker run --rm --privileged -ti -v ${shell pwd}:/srv golang:1.20-buster /bin/sh -c "cd /srv && go build"