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

Merge branch 'copier-update' into 'main'

chore: update copier to v1.12.1

See merge request gitlab-com/gl-infra/common-ci-tasks!430
parents 231aa790 3db9b4db
No related branches found
No related tags found
No related merge requests found
Pipeline #17140060 failed
Loading
Loading
@@ -3,7 +3,7 @@
# See the project for instructions on how to update the project
#
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
_commit: v1.9.0
_commit: v1.12.1
_src_path: https://gitlab.com/gitlab-com/gl-infra/common-template-copier.git
ee_licensed: false
golang: false
Loading
Loading
# This file is used to track the version of copier uses
v1.9.0 # datasource=gitlab-releases depName=gitlab-com/gl-infra/common-template-copier
v1.12.1 # datasource=gitlab-releases depName=gitlab-com/gl-infra/common-template-copier
Loading
Loading
@@ -91,7 +91,7 @@ setup_rtx() {
}
}
 
if (command -v rtx >/dev/null); then
if command -v rtx >/dev/null; then
setup_rtx
elif [[ -n ${ASDF_DIR-} ]]; then
setup_asdf
Loading
Loading
Loading
Loading
@@ -19,7 +19,7 @@ warn() {
echo >&2 -e "Recommended reading: https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/docs/developer-setup.md"
}
 
if (command -v rtx >/dev/null); then
if command -v rtx >/dev/null; then
echo >&2 -e "rtx installed..."
elif [[ -n ${ASDF_DIR-} ]]; then
warn "asdf installed, but deprecated. Consider switching over to rtx."
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