Skip to content

Commit

Permalink
Update graphstorm-processing/docker/push_gsprocessing_image.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Theodore Vasiloudis <[email protected]>
  • Loading branch information
jalencato and thvasilo authored Sep 26, 2024
1 parent ab09af9 commit 95db9e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphstorm-processing/docker/push_gsprocessing_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ parse_params() {
IMAGE='graphstorm-processing'
VERSION=`poetry version --short`
LATEST_VERSION=${VERSION}
REGION=$(aws configure get region)||REGION=""
REGION=$(aws configure get region) || REGION=""
REGION=${REGION:-us-west-2}
ACCOUNT=$(aws sts get-caller-identity --query Account --output text)
ARCH='x86_64'
Expand Down

0 comments on commit 95db9e7

Please sign in to comment.