chore: fix workflow
This commit is contained in:
parent
d8f0f131b3
commit
29103abfe6
@ -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:]')"
|
||||||
|
Loading…
Reference in New Issue
Block a user