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