Skip to content
Snippets Groups Projects
Unverified Commit cfa7c715 authored by Timo Furrer's avatar Timo Furrer
Browse files

Set early exit options in shell scripts for tofu upgrades

parent dd711a40
Branches
Tags
No related merge requests found
#!/usr/bin/env sh
set -e
# This script is just used to add the `latest_version` to the
# list of supported versions because natively that is
# cumbersome to achieve.
......
#!/usr/bin/env sh
set -e
echo "Updating template files ..."
templates="templates/apply.yml templates/custom-command.yml templates/destroy.yml templates/fmt.yml templates/full-pipeline.yml templates/job-templates.yml templates/plan.yml templates/test.yml templates/validate-plan-apply.yml templates/validate-plan-destroy.yml templates/validate-plan.yml templates/validate.yml"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment