From 99b659b6eb64d3f6fe90bc1fe34f250170815ffc Mon Sep 17 00:00:00 2001 From: Josh Kaplinsky <37640086+joshkaplinsky@users.noreply.github.com> Date: Thu, 5 Oct 2023 15:48:07 -0500 Subject: [PATCH] chore: remove debugging content (#3) --- .github/workflows/semantic-pr.yml | 2 +- bin/install | 2 +- lib/utils.bash | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/semantic-pr.yml b/.github/workflows/semantic-pr.yml index 8b26fa4..c32b2ae 100644 --- a/.github/workflows/semantic-pr.yml +++ b/.github/workflows/semantic-pr.yml @@ -1,4 +1,4 @@ -name: Lint +name: Semantic PR on: pull_request_target: diff --git a/bin/install b/bin/install index e3a4529..6ca759a 100755 --- a/bin/install +++ b/bin/install @@ -1,6 +1,6 @@ #!/usr/bin/env bash -set -euxo pipefail +set -euo pipefail current_script_path=${BASH_SOURCE[0]} plugin_dir=$(dirname "$(dirname "$current_script_path")") diff --git a/lib/utils.bash b/lib/utils.bash index 428af7d..2accb2d 100644 --- a/lib/utils.bash +++ b/lib/utils.bash @@ -1,6 +1,6 @@ #!/usr/bin/env bash -set -euxo pipefail +set -euo pipefail GH_REPO="https://github.com/temporalio/cli" TOOL_NAME="temporal"