mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
5 lines
213 B
Bash
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 |