This commit is contained in:
2025-06-24 00:24:42 +02:00
parent babbf2ed97
commit 10547c7665

View File

@@ -10,6 +10,8 @@ jobs:
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
- 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