From e5a13eeeab322d6f8ae0a3d9cc6ad2a8f21d0462 Mon Sep 17 00:00:00 2001 From: Olivier ABDELNOUR <oabdelnour@takima.fr> Date: Fri, 23 Feb 2024 13:42:37 +0000 Subject: [PATCH] Update .gitlab-ci-m3-press-milestone.yml --- template/.gitlab-ci-m3-press-milestone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/template/.gitlab-ci-m3-press-milestone.yml b/template/.gitlab-ci-m3-press-milestone.yml index eee9db9..34f62fe 100644 --- a/template/.gitlab-ci-m3-press-milestone.yml +++ b/template/.gitlab-ci-m3-press-milestone.yml @@ -32,7 +32,7 @@ workflow: build-doc: stage: doc tags: - - "m3-press" + - "small" image: name: registry.master3.takima.io/guide/tools/m3-press entrypoint: [""] @@ -50,7 +50,7 @@ pages: stage: doc-deploy image: alpine tags: - - "m3-press" + - "small" needs: - build-doc script: @@ -66,7 +66,7 @@ pages: stage: 'deploy resources' image: alpine tags: - - "m3-press" + - "small" variables: ARCHIVE_FOLDER: ${M3_RESOURCES_FOLDER} script: -- GitLab