diff options
author | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2020-03-31 21:37:25 +0200 |
---|---|---|
committer | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2020-03-31 21:37:25 +0200 |
commit | 232281d33811aa4b4805cbcf2c1403aa3f79f6ba (patch) | |
tree | 84412bff0b05f1d22d91d5699a306939e79f8910 | |
parent | update changelog (diff) | |
download | librewolf-linux-232281d33811aa4b4805cbcf2c1403aa3f79f6ba.tar.gz librewolf-linux-232281d33811aa4b4805cbcf2c1403aa3f79f6ba.tar.bz2 librewolf-linux-232281d33811aa4b4805cbcf2c1403aa3f79f6ba.zip |
when having two runner tags defined with one of them being offline, jobs did not get picked up
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0b50e46..2d88540 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -137,8 +137,7 @@ appimage_x86_64: appimage_aarch64: image: arm64v8/ubuntu:16.04 tags: - - aarch64b - - arm64 # can also be run on any other less powerful aarch64 runner + - arm64 <<: *carch_aarch64 <<: *appimage_config only: |