From c73e532ab3bc2f6ae99f5286d1d16919032dbb37 Mon Sep 17 00:00:00 2001 From: David Hoese <david.hoese@ssec.wisc.edu> Date: Wed, 15 Apr 2020 12:55:01 -0500 Subject: [PATCH] Add docker tag for cleanup CI stage --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7b802e4..ed37762 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,6 +25,7 @@ build_cspp_geo_grb: registry_cleanup: stage: registry_cleanup - tags: [] + tags: + - docker script: - ci/registry_cleanup.sh -- GitLab