From 75ea18d8e340856fc1775b9d7e631e377e1b14c2 Mon Sep 17 00:00:00 2001 From: Loxbie <ole@freirad.at> Date: Tue, 12 Mar 2024 16:50:08 +0100 Subject: [PATCH] Chore: bump lq ci version to 2.2.4 --- .gitlab-ci.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 47cd7b9..e2d0c65 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ image: - name: savonet/liquidsoap:v2.1.0 + name: savonet/liquidsoap:v2.2.4 entrypoint: [""] stages: @@ -24,13 +24,11 @@ check_spelling: stage: test before_script: - *install_requirements - script: - make spell + script: make spell check_code: stage: test - script: - liquidsoap --check src/engine.liq + script: liquidsoap --check src/engine.liq run_tests: stage: test @@ -88,7 +86,7 @@ release_job: script: - echo "this will be a release when there is a tag, but tags should be protected to be only createable by maintainers." release: - name: 'Release $CI_COMMIT_TAG' + name: "Release $CI_COMMIT_TAG" description: ./CHANGELOG.md - tag_name: '$CI_COMMIT_TAG' - ref: '$CI_COMMIT_TAG' + tag_name: "$CI_COMMIT_TAG" + ref: "$CI_COMMIT_TAG" -- GitLab