Loading .copier-answers.yml +1 −1 Original line number Diff line number Diff line 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.37.0 _commit: v1.38.0 _src_path: https://gitlab.com/gitlab-com/gl-infra/common-template-copier.git ee_licensed: false golang: false Loading scripts/install-asdf-plugins.shdeleted 100755 → 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 scripts/prepare-dev-env.sh +4 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
.copier-answers.yml +1 −1 Original line number Diff line number Diff line 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.37.0 _commit: v1.38.0 _src_path: https://gitlab.com/gitlab-com/gl-infra/common-template-copier.git ee_licensed: false golang: false Loading
scripts/install-asdf-plugins.shdeleted 100755 → 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
scripts/prepare-dev-env.sh +4 −1 Original line number Diff line number Diff line Loading @@ -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 Loading