mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-26 16:36:26 -06:00
scripts: quiet
This commit is contained in:
parent
f67dfce2ae
commit
e7e60cb493
@ -40,8 +40,8 @@ gox \
|
||||
# Make sure "terraform-terraform" is renamed properly
|
||||
for PLATFORM in $(find ./pkg -mindepth 1 -maxdepth 1 -type d); do
|
||||
set +e
|
||||
mv ${PLATFORM}/terraform-terraform.exe ${PLATFORM}/terraform.exe
|
||||
mv ${PLATFORM}/terraform-terraform ${PLATFORM}/terraform
|
||||
mv ${PLATFORM}/terraform-terraform.exe ${PLATFORM}/terraform.exe 2>/dev/null
|
||||
mv ${PLATFORM}/terraform-terraform ${PLATFORM}/terraform 2>/dev/null
|
||||
set -e
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user