diff options
| author | Till Glöggler <till@gundk.it> | 2025-02-27 19:20:41 +0100 |
|---|---|---|
| committer | Till Glöggler <till@gundk.it> | 2025-02-27 19:20:41 +0100 |
| commit | e6c01f389af6aa1c0792e0a75224cdf8c2f1c138 (patch) | |
| tree | c4cb2efaebced1b3880ff3b30c865de2182c33a1 | |
| parent | 38a772d7221f31a8e43ee958792c1ab84c306ae3 (diff) | |
testing gitlab ci
| -rw-r--r-- | .gitlab-ci.yml | 10 |
1 files 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: |
