[commit: ghc] master, wip/cleanup-lint: gitlab-ci: Fix YAML syntax (44b08ed)
git at git.haskell.org
git at git.haskell.org
Fri Mar 22 23:00:48 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branches: master,wip/cleanup-lint
Link : http://ghc.haskell.org/trac/ghc/changeset/44b08ede3f4afb05a55c1acd5b644a38e0fb14f5/ghc
>---------------------------------------------------------------
commit 44b08ede3f4afb05a55c1acd5b644a38e0fb14f5
Author: Ben Gamari <ben at smart-cactus.org>
Date: Fri Mar 22 18:38:11 2019 -0400
gitlab-ci: Fix YAML syntax
>---------------------------------------------------------------
44b08ede3f4afb05a55c1acd5b644a38e0fb14f5
.gitlab-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3c22c60..01fcc6a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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
More information about the ghc-commits
mailing list