Skip to content
Snippets Groups Projects
Commit 44b08ede authored by Ben Gamari's avatar Ben Gamari
Browse files

gitlab-ci: Fix YAML syntax

parent 266b49ca
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ ghc-linters:
script:
- git fetch origin
- base="$(git merge-base $CI_MERGE_REQUEST_TARGET_BRANCH_NAME $CI_COMMIT_SHA)"
- echo "Merge base: $base"
- "echo Merge base $base"
# - validate-commit-msg .git $(git rev-list $base..$CI_COMMIT_SHA)
- validate-whitespace .git $(git rev-list $base..$CI_COMMIT_SHA)
- .gitlab/linters/check-makefiles.py $base $CI_COMMIT_SHA
......
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