Skip to content
Snippets Groups Projects
Commit b251d541 authored by Bob Van Landuyt :neckbeard:'s avatar Bob Van Landuyt :neckbeard: :sunglasses:
Browse files

Merge branch 'run-update-asdf-version-variables-after-copier-upgrade' into 'main'

fix: run ./scripts/update-asdf-version-variables.sh after a copier upgrade

See merge request gitlab-com/gl-infra/common-ci-tasks!150
parents eb0862d0 c507d707
No related branches found
No related tags found
No related merge requests found
Pipeline #15246883 passed
Loading
Loading
@@ -147,7 +147,9 @@
"commands": [
"pip3 install copier",
"git stash",
"copier --force update ."
"copier --force update .",
"rm -rf .tool-version.rej README.md.rej .gitignore.rej",
"if [ -x ./scripts/update-asdf-version-variables.sh ]; then ASDF_DIR=/asdf ./scripts/update-asdf-version-variables.sh; fi"
],
"fileFilters": [
".*"
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