From e6c01f389af6aa1c0792e0a75224cdf8c2f1c138 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Till=20Gl=C3=B6ggler?= Date: Thu, 27 Feb 2025 19:20:41 +0100 Subject: testing gitlab ci --- .gitlab-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4c6ca56..58bc19f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,14 +25,14 @@ variables: npm_config_cache: $CI_PROJECT_DIR/.npm stages: - # - build + - build # - checks # - analyse # - test # - cache # - packaging # - release - - docs + # - docs .scripts: mkdir-caches: &mkdir-caches @@ -72,7 +72,7 @@ stages: command: [ "--sql_mode=","--character-set-client=utf8","--character-set-server=utf8","--collation-server=utf8_unicode_ci"] build-composer: - stage: build + stage: build-not needs: [] interruptible: true variables: @@ -407,7 +407,7 @@ build_image: image: name: gcr.io/kaniko-project/executor:debug entrypoint: [""] - stage: build + stage: build-not when: manual interruptible: true variables: @@ -440,7 +440,7 @@ release: link_type: package docs: - stage: docs + stage: build interruptible: true image: node:16.19.1-alpine3.16 script: -- cgit v1.0