Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
neil committed Dec 10, 2023
1 parent 2ed0624 commit ca88f67
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/tpl/manual.tpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
runs-on: ubuntu-22.04
env:
DEBUG: 1
VM_OS_NAME: {{VM_NAME}}
NGROK_TOKEN : ${{ secrets.NGROK_TOKEN }}
SEC_VBOX : ${{ secrets.SEC_VBOX }}
steps:
Expand All @@ -28,10 +27,10 @@ jobs:
- name: Sleep
run: |
for i in $(seq 1 10) ; do echo $i; sleep 1; done
latest=$(cat $(ls conf/{{VM_NAME}}-*.conf | tail -1) | grep VM_RELEASE | cut -d = -f 2)
latest=$(cat $(ls conf/{{VM_OS_NAME}}-*.conf | tail -1) | grep VM_RELEASE | cut -d = -f 2)
echo "please loging to ssh below, and run:"
echo "============================="
echo "bash build.sh conf/{{VM_NAME}}-$latest.conf"
echo "bash build.sh conf/{{VM_OS_NAME}}-$latest.conf"
echo "============================="
touch /tmp/keepalive
Expand Down

0 comments on commit ca88f67

Please sign in to comment.