We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e52098 commit 666eb9cCopy full SHA for 666eb9c
1 file changed
.github/workflows/test-and-deploy-ipv4only.yaml
@@ -72,6 +72,7 @@ jobs:
72
run: pytest --pyargs cmdeploy
73
74
- run: |
75
+ ssh -v root@staging-ipv4.testrun.org apt update
76
ssh -v root@staging-ipv4.testrun.org apt install -y git python3.11-venv
77
ssh -v root@staging-ipv4.testrun.org git clone https://github.com/chatmail/relay
78
ssh -v root@staging-ipv4.testrun.org "cd relay && git checkout " ${{ github.head_ref }}
0 commit comments