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