Update build.yaml
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user