Merge branch 'ci-remove-only-keyword-statements' into 'master'
CI: Remove 'only' keyword statements See merge request raspi-team/image-specs!65
This commit is contained in:
commit
477ccf080b
|
@ -10,10 +10,6 @@ variables:
|
||||||
build-yamls:
|
build-yamls:
|
||||||
stage: build
|
stage: build
|
||||||
image: $BASE_CI_IMAGES:unstable
|
image: $BASE_CI_IMAGES:unstable
|
||||||
only:
|
|
||||||
- branches
|
|
||||||
- master # I suppose that we can work directly on master
|
|
||||||
- merge_request
|
|
||||||
dependencies: []
|
dependencies: []
|
||||||
script:
|
script:
|
||||||
- apt-get update && apt-get install -y vmdb2 dosfstools qemu-utils qemu-user-static debootstrap binfmt-support time kpartx bmap-tools python3 fakemachine make
|
- apt-get update && apt-get install -y vmdb2 dosfstools qemu-utils qemu-user-static debootstrap binfmt-support time kpartx bmap-tools python3 fakemachine make
|
||||||
|
|
Loading…
Reference in New Issue