Test pipeline
Unittests / unittests (push) Successful in 12s Details
Unittests / deploy-dev (push) Failing after 1s Details

This commit is contained in:
Adam Štrauch 2023-11-25 19:45:45 +01:00
parent 3500d9aec4
commit ee5a4045e9
Signed by: cx
GPG Key ID: 7262DAFE292BCE20
1 changed files with 4 additions and 1 deletions

View File

@ -42,7 +42,10 @@ jobs:
steps:
- name: deploy
run: |
docker run --rm --privileged -ti -v `pwd`:/srv golang:1.20-buster /bin/sh -c "cd /srv && go build"
echo LS1
ls
# docker run --rm --privileged -ti -v `pwd`:/srv golang:1.20-buster /bin/sh -c "cd /srv && go build"
docker run --rm --privileged -ti -v `pwd`:/srv golang:1.20-buster /bin/sh -c "cd /srv && echo LS2 && ls"
ssh -o StrictHostKeyChecking=accept-new root@$HOST echo "Setting up host keys"
for NODE in $NODES; do