From 0e5653efeea833c118126350ad4e136ee2d60aab Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Mon, 1 Jan 2024 02:50:32 +0100 Subject: [PATCH] ci(docs): Run all docs jobs on Kubernetes --- docs/.gitlab-ci.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/.gitlab-ci.yaml b/docs/.gitlab-ci.yaml index 077231145..6100d8842 100644 --- a/docs/.gitlab-ci.yaml +++ b/docs/.gitlab-ci.yaml @@ -20,6 +20,8 @@ pages: cache: paths: - $CARGO_HOME/bin + tags: + - kubernetes upload: stage: release @@ -31,4 +33,6 @@ upload: script: - mc cp public gitops-docs rules: - - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH \ No newline at end of file + - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH + tags: + - kubernetes \ No newline at end of file -- GitLab