im such a chud
This commit is contained in:
@@ -15,6 +15,7 @@ jobs:
|
|||||||
- name: build
|
- name: build
|
||||||
run: |
|
run: |
|
||||||
echo "building..."
|
echo "building..."
|
||||||
|
echo "10.145.164.106 git.vxbard.net" >> /etc/hosts
|
||||||
curl git.vxbard.net || true
|
curl git.vxbard.net || true
|
||||||
g++ -o app main.cpp
|
g++ -o app main.cpp
|
||||||
|
|
||||||
@@ -30,6 +31,10 @@ jobs:
|
|||||||
image: git.vxbard.net/homeburger/bard-cpp-builder:1.0
|
image: git.vxbard.net/homeburger/bard-cpp-builder:1.0
|
||||||
needs: build
|
needs: build
|
||||||
steps:
|
steps:
|
||||||
|
- name: dummy
|
||||||
|
run: |
|
||||||
|
echo "10.145.164.106 git.vxbard.net" >> /etc/hosts
|
||||||
|
|
||||||
- name: download
|
- name: download
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user