diff options
author | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2021-02-02 18:57:19 +0100 |
---|---|---|
committer | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2021-02-02 18:57:19 +0100 |
commit | 01cf83d67a1c509288607171c5476410212e88ce (patch) | |
tree | 98c2225746131ec2721e7f86ba55274ea923bb94 | |
parent | first draft of debian build CI, credits to @bgstack15 (diff) | |
download | librewolf-debian-01cf83d67a1c509288607171c5476410212e88ce.tar.gz librewolf-debian-01cf83d67a1c509288607171c5476410212e88ce.tar.bz2 librewolf-debian-01cf83d67a1c509288607171c5476410212e88ce.zip |
tag naming
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4b7ab6b..982e52c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,7 +40,7 @@ variables: build_debian_x86_64: image: debian:sid - tags: [docker linux] + tags: [docker, linux] <<: *carch_x86_64 <<: *debian_build_config only: @@ -58,7 +58,7 @@ build_debian_aarch64: prepare_debian_x86_64: image: debian:sid - tags: [docker linux] + tags: [docker, linux] <<: *carch_x86_64 <<: *debian_prepare_config only: |