Commit d314a0e5 authored by Bob Van Landuyt's avatar Bob Van Landuyt 💬
Browse files

Merge branch 'renovate/copier-project-template-update' into 'master'

parents 9734559c 51d7cf58
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.37.0
_commit: v1.38.0
_src_path: https://gitlab.com/gitlab-com/gl-infra/common-template-copier.git
ee_licensed: false
golang: false

scripts/install-asdf-plugins.sh

deleted100755 → 0
+0 −13
Original line number Diff line number Diff line
#!/usr/bin/env bash
# Vendored from https://gitlab.com/gitlab-com/gl-infra/common-template-copier
# Consider contributing upstream when updating this file

# This file is deprecated: going forward running `mise install` should be sufficient.

set -euo pipefail
IFS=$'\n\t'

echo >&2 -e "2024-08-07: this file is deprecated: going forward, simply run 'mise install' to install plugins."
echo >&2 -e "Recommended reading: https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/docs/developer-setup.md"

mise install
+4 −1
Original line number Diff line number Diff line
@@ -53,8 +53,11 @@ fi

# install mise/asdf dependencies
echo "installing required plugins with mise install.."
mise plugins update
mise plugins update -q
mise install

# set PROMPT_COMMAND to empty value for mise if unset
: "${PROMPT_COMMAND:=}"
eval "$(mise activate bash)"

# pre-commit is optional