clean it up
This commit is contained in:
@@ -35,7 +35,6 @@ jobs:
|
|||||||
- name: dummy
|
- name: dummy
|
||||||
run: |
|
run: |
|
||||||
echo "10.145.164.106 git.vxbard.net" >> /etc/hosts
|
echo "10.145.164.106 git.vxbard.net" >> /etc/hosts
|
||||||
cat /etc/hosts
|
|
||||||
|
|
||||||
- name: download
|
- name: download
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
@@ -44,8 +43,5 @@ jobs:
|
|||||||
|
|
||||||
- name: execute
|
- name: execute
|
||||||
run: |
|
run: |
|
||||||
echo "10.145.164.106 git.vxbard.net" >> /etc/hosts
|
|
||||||
echo "127.0.0.1 git.vxbard.net" >> /etc/hosts
|
|
||||||
cat /etc/hosts
|
|
||||||
chmod +x app
|
chmod +x app
|
||||||
./app
|
./app
|
||||||
|
|||||||
Reference in New Issue
Block a user