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:
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"
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