Skip to content
Snippets Groups Projects
Commit 896eae5d authored by Philipp Stadler's avatar Philipp Stadler
Browse files

fix: add missing quotes in CI config

parent 3121f41d
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ changelog:
GIT_DEPTH: 0 # avoid shallow clone to give cliff all the info it needs
stage: build
script:
- curl -H "PRIVATE-TOKEN: $COMMON_CI_API_TOKEN" 'https://gitlab.phaidra.org/api/v4/projects/1469/repository/files/cliff.toml/raw/?ref=main' > cliff.toml
- 'curl -H "PRIVATE-TOKEN: $COMMON_CI_API_TOKEN" "https://gitlab.phaidra.org/api/v4/projects/1469/repository/files/cliff.toml/raw/?ref=main" > cliff.toml'
- git-cliff --latest -o CHANGELOG.md
artifacts:
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment