diff --git a/.github/actions/to-integration-tests/entrypoint.sh b/.github/actions/to-integration-tests/entrypoint.sh index bf8ad39a0f..7171873471 100755 --- a/.github/actions/to-integration-tests/entrypoint.sh +++ b/.github/actions/to-integration-tests/entrypoint.sh @@ -109,8 +109,6 @@ resources="$(dirname "$0")" envsubst <"${resources}/cdn.json" >cdn.conf cp "${resources}/database.json" database.conf -export $(<"${ciab_dir}/variables.env" sed '/^#/d') # defines TV_ADMIN_USER/PASSWORD - truncate --size=0 traffic.ops.log # Removes output from previous API versions and makes sure files exist ./traffic_ops_golang --cfg ./cdn.conf --dbcfg ./database.conf & diff --git a/.github/actions/tp-integration-tests/entrypoint.sh b/.github/actions/tp-integration-tests/entrypoint.sh index 94398700cf..4993d72de3 100755 --- a/.github/actions/tp-integration-tests/entrypoint.sh +++ b/.github/actions/tp-integration-tests/entrypoint.sh @@ -110,9 +110,7 @@ to_build() { envsubst <"${resources}/cdn.json" >cdn.conf cp "${resources}/database.json" database.conf - export $(<"${ciab_dir}/variables.env" sed '/^#/d') # defines TV_ADMIN_USER/PASSWORD truncate -s0 out.log - ./traffic_ops_golang --cfg ./cdn.conf --dbcfg ./database.conf >out.log 2>&1 & popd }