feature/fix-publish-pipeline #4

Merged
vegard merged 25 commits from feature/fix-publish-pipeline into main 2025-06-24 21:13:14 +00:00
Showing only changes of commit b9b86e0d5d - Show all commits

View File

@@ -15,7 +15,7 @@ jobs:
chmod 600 ~/.ssh/id_rsa
ssh-keyscan gitea-ssh.engen.priv.no >> ~/.ssh/known_hosts
- name: Install node and go
run: apt update && apt -y install nodejs
run: apt update && apt -y install nodejs go
- name: Check out repository code
uses: actions/checkout@v4
- name: ssh repo