Skip to content

Commit ad3d6e0

Browse files
committed
Build manual some variants
1 parent 2cd3346 commit ad3d6e0

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

.gitlab-ci.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,19 @@ release:
4747
- github-release upload --tag "${VERSION}" --name "$(basename *.xz)" --file *.xz
4848
- git clean -fdx
4949

50-
ubuntu-bionic-mate-armhf: *build
51-
ubuntu-bionic-mate-arm64: *build
50+
.build_manual: &build_manual
51+
<<: *build
52+
when: manual
53+
allow_failure: true
54+
55+
ubuntu-bionic-mate-armhf: *build_manual
56+
ubuntu-bionic-mate-arm64: *build_manual
5257

53-
ubuntu-disco-mate-armhf: *build
54-
ubuntu-disco-mate-arm64: *build
58+
ubuntu-disco-mate-armhf: *build_manual
59+
ubuntu-disco-mate-arm64: *build_manual
5560

56-
debian-stretch-openmediavault-armhf: *build
57-
debian-stretch-openmediavault-arm64: *build
61+
debian-stretch-openmediavault-armhf: *build_manual
62+
debian-stretch-openmediavault-arm64: *build_manual
5863

5964
debian-stretch-minimal-armhf: *build
6065
debian-stretch-minimal-arm64: *build

0 commit comments

Comments
 (0)