Skip to content

Commit

Permalink
remove logging command line (#17925)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmoriceau authored Oct 12, 2022
1 parent 94038a1 commit a0e1fdf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions airbyte-temporal/scripts/build-temporal.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 0 additions & 2 deletions airbyte-temporal/scripts/update-and-start-temporal.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/usr/bin/env bash

set -x

DBNAME="${DBNAME:-temporal}"
VISIBILITY_DBNAME="${VISIBILITY_DBNAME:-temporal_visibility}"
DB_PORT="${DB_PORT:-3306}"
Expand Down

0 comments on commit a0e1fdf

Please sign in to comment.