Update build.yaml

This commit is contained in:
uazo
2021-07-10 10:46:13 +02:00
committed by GitHub
parent b499f8e044
commit 37cedae584
+4 -2
View File
@@ -74,7 +74,7 @@ jobs:
# - /tmp/proxy:/tmp/proxy
container:
image: uazo/bromite:9109417e415f9f0aa204dc3e1391138fa5e13bf8 #${{ github.sha }}
image: uazo/bromite-build:9109417e415f9f0aa204dc3e1391138fa5e13bf8 #${{ github.sha }}
volumes:
- /storage/bromite/${{ github.sha }}:/home/lg/working_dir/artifacs
- /tmp/proxy:/tmp/proxy
@@ -83,5 +83,7 @@ jobs:
- name: Build Bromite
shell: bash
run: |
./start-build.sh
cd /home/lg/working_dir/
export WORKSPACE=/home/lg/working_dir
../start-build.sh