This commit is contained in:
Moritz Utcke
2025-03-23 14:51:39 -03:00
parent d42209c3a0
commit 6f00b66013

View File

@@ -23,6 +23,7 @@ jobs:
port: 22 port: 22
script: | script: |
export PATH=$HOME/.bun/bin:$PATH export PATH=$HOME/.bun/bin:$PATH
export PATH=$HOME/.nvm/versions/node/v22.14.0/bin:$PATH
echo $PATH echo $PATH
cd ~/online-energieausweis cd ~/online-energieausweis
git reset --hard origin/main git reset --hard origin/main