chore: fix workflow

This commit is contained in:
Jesús Pérez 2023-07-20 03:37:51 +01:00
parent d8f0f131b3
commit 29103abfe6

View File

@ -57,9 +57,15 @@ jobs:
run: |
source "${CARGO_HOME}/env"
while true; do sleep 20; done
<<<<<<< HEAD
#cd ${{ gitea.workspace }}
#cargo build
#ls -l target/debug
=======
cd ${{ gitea.workspace }}
cargo build
ls -l target/debug
>>>>>>> 45468ec (chore: fix workflow)
- name: Install kubectl
run: |
OS="$(uname | tr '[:upper:]' '[:lower:]')"