This commit is contained in:
2025-06-24 00:29:24 +02:00
parent 46b7297fc4
commit 6da388d0b9

View File

@@ -8,13 +8,13 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install node and go
run: apk add nodejs go
- name: ssh repo
run: git config --global url.git@gitea-ssh.engen.priv.no:.insteadOf https://gitea.engen.priv.no/
- name: Check out repository code
uses: actions/checkout@v4
- name: Build
run: go build cmd/main.go
- name: Install node and go
run: apk add nodejs go
- name: ssh repo
run: git config --global url.git@gitea-ssh.engen.priv.no:.insteadOf https://gitea.engen.priv.no/
- name: Check out repository code
uses: actions/checkout@v4
- name: Build
run: go build cmd/main.go