no build in CI

This commit is contained in:
Earl Warren
2023-12-11 12:01:30 +01:00
parent 9ff37d54aa
commit e58e6fd459

View File

@@ -4,7 +4,6 @@ variables:
GIT_SUBMODULE_STRATEGY: recursive
jobs:
script: |
go build lab.forgefriends.org/friendlyforgeformat/gof3/...
apt-get update && apt-get install -qq -y iproute2 git
make deps-backend lint
export MY_IP=$(ip r show default | cut -f3 -d' ')