Fix pipeline
This commit is contained in:
parent
c8e43f6352
commit
d2606600c3
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user