diff --git a/airbyte-temporal/scripts/build-temporal.sh b/airbyte-temporal/scripts/build-temporal.sh index 6a026ac08553..3a9d5b7f873d 100755 --- a/airbyte-temporal/scripts/build-temporal.sh +++ b/airbyte-temporal/scripts/build-temporal.sh @@ -1,7 +1,5 @@ #!/usr/bin/env bash -set -x - TEMPORAL_VERSION=1.13.0 curl -OL https://github.com/temporalio/temporal/archive/refs/tags/v"$TEMPORAL_VERSION".tar.gz diff --git a/airbyte-temporal/scripts/update-and-start-temporal.sh b/airbyte-temporal/scripts/update-and-start-temporal.sh index a77277f6abf7..64da337936c4 100755 --- a/airbyte-temporal/scripts/update-and-start-temporal.sh +++ b/airbyte-temporal/scripts/update-and-start-temporal.sh @@ -1,7 +1,5 @@ #!/usr/bin/env bash -set -x - DBNAME="${DBNAME:-temporal}" VISIBILITY_DBNAME="${VISIBILITY_DBNAME:-temporal_visibility}" DB_PORT="${DB_PORT:-3306}"