Files
oneuptime/Tests/Scripts/change-release-to-test-tag.sh

5 lines
213 B
Bash

# This script replcaes APP_TAG in config.env to test
# This is used to change the release tag to test tag for the tests
# Replace APP_TAG in config.env to test
sed -i 's/APP_TAG=release/APP_TAG=test/g' config.env