Skip to content
Snippets Groups Projects
Commit 8295326c authored by Tania Roblot's avatar Tania Roblot
Browse files

fix: missing ; doesn't allow the go-mod-tidy job to fail

parent 8f780955
No related branches found
No related tags found
No related merge requests found
Pipeline #17095159 passed
Loading
Loading
@@ -19,7 +19,7 @@ go_mod_tidy:
- git diff --exit-code || {
echo "running 'go mod tidy $GO_MOD_COMPAT_FLAG' produced changes.";
echo "please run 'go mod tidy $GO_MOD_COMPAT_FLAG' and commit the changes.";
echo "For more information, visit https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/blob/main/go-mod-tidy.md"
echo "For more information, visit https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/blob/main/go-mod-tidy.md";
exit 1;
}
after_script: |
Loading
Loading
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