Skip to content
Snippets Groups Projects
Verified Commit 75ea18d8 authored by Ole Binder's avatar Ole Binder
Browse files

Chore: bump lq ci version to 2.2.4

parent a8d8aa31
No related branches found
No related tags found
1 merge request!16Upgrade liquidsoap to version 2.2.4
image: image:
name: savonet/liquidsoap:v2.1.0 name: savonet/liquidsoap:v2.2.4
entrypoint: [""] entrypoint: [""]
stages: stages:
...@@ -24,13 +24,11 @@ check_spelling: ...@@ -24,13 +24,11 @@ check_spelling:
stage: test stage: test
before_script: before_script:
- *install_requirements - *install_requirements
script: script: make spell
make spell
check_code: check_code:
stage: test stage: test
script: script: liquidsoap --check src/engine.liq
liquidsoap --check src/engine.liq
run_tests: run_tests:
stage: test stage: test
...@@ -88,7 +86,7 @@ release_job: ...@@ -88,7 +86,7 @@ release_job:
script: script:
- echo "this will be a release when there is a tag, but tags should be protected to be only createable by maintainers." - echo "this will be a release when there is a tag, but tags should be protected to be only createable by maintainers."
release: release:
name: 'Release $CI_COMMIT_TAG' name: "Release $CI_COMMIT_TAG"
description: ./CHANGELOG.md description: ./CHANGELOG.md
tag_name: '$CI_COMMIT_TAG' tag_name: "$CI_COMMIT_TAG"
ref: '$CI_COMMIT_TAG' ref: "$CI_COMMIT_TAG"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment