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: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Install node and go - name: Install node and go
run: apk add nodejs go run: apk add nodejs go
- name: ssh repo - name: ssh repo
run: git config --global url.git@gitea-ssh.engen.priv.no:.insteadOf https://gitea.engen.priv.no/ run: git config --global url.git@gitea-ssh.engen.priv.no:.insteadOf https://gitea.engen.priv.no/
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Build - name: Build
run: go build cmd/main.go run: go build cmd/main.go