Skip to content
Snippets Groups Projects
Commit 0ebce0d0 authored by Andrew Newdigate's avatar Andrew Newdigate
Browse files

Merge branch 'push-pipeline-asdf-validation' into 'main'

fix: only run asdf validation when associated files have changed

See merge request gitlab-com/gl-infra/common-ci-tasks!22
parents c045c2c6 03a5088a
No related branches found
No related tags found
No related merge requests found
Pipeline #13587001 failed
Loading
Loading
@@ -20,7 +20,7 @@ validate_asdf_tool_versions:
# This script can be quite slow (mostly due to the ruby install)
# so we only run it when there have been changes
- if: $CI_PIPELINE_SOURCE == "merge_request_event" || $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- changes:
changes:
- scripts/install-asdf-plugins.sh
- scripts/update-asdf-version-variables.sh
- go.mod
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