Skip to content

Commit

Permalink
fixing run script
Browse files Browse the repository at this point in the history
  • Loading branch information
maknop committed Oct 24, 2023
1 parent a0fcad1 commit 8812a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pr_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ set -exv

# ------------ DELETE THIS -------------------
ROOT_DIR=$(pwd)
$ROOT_DIR/build/delete_this.py
python3 $ROOT_DIR/build/delete_this.py
# ------------ DELETE THIS -------------------

BASE_TAG=`cat go.mod go.sum Dockerfile.base | sha256sum | head -c 8`
Expand Down

0 comments on commit 8812a45

Please sign in to comment.