From 5a83584a67ddbb6bc4bd8d5a72f6efdcd8ea2981 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Mon, 19 Oct 2020 05:18:46 +0200 Subject: [PATCH] Move tags keyword up --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3a2dd07..a781f27 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -163,6 +163,8 @@ test:base-devel: release: stage: release image: archlinux:latest + tags: + - secure only: refs: - schedules @@ -172,8 +174,6 @@ release: - pacman -Syu python-gitlab script: - python ci/release.py - tags: - - secure # Publish base to the Arch Linux group namespace: https://hub.docker.com/r/archlinux/archlinux:base # publish:org:base: