Add debugging for pipeline
This commit is contained in:
parent
6b8bdfe454
commit
6929e84f61
@ -1,7 +1,7 @@
|
|||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
|
|
||||||
build-x86:
|
.build-x86:
|
||||||
image: debian:latest
|
image: debian:latest
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
@ -35,6 +35,7 @@ build-arm64:
|
|||||||
- apk add git
|
- apk add git
|
||||||
- git clone --depth 1 -b arm64 https://github.com/RPi-Distro/pi-gen
|
- git clone --depth 1 -b arm64 https://github.com/RPi-Distro/pi-gen
|
||||||
- cd pi-gen
|
- cd pi-gen
|
||||||
|
- ls
|
||||||
- ./build-docker.sh -c ../config
|
- ./build-docker.sh -c ../config
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
Loading…
Reference in New Issue
Block a user