mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
scripts: quiet
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user