Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
zhztheplayer committed Dec 8, 2023
1 parent 582c05a commit 030365c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tools/gluten-te/centos/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ fi

BUILD_DOCKER_BUILD_ARGS="$BUILD_DOCKER_BUILD_ARGS $BASEDIR"

docker build "$BUILD_DOCKER_BUILD_ARGS"
docker build $BUILD_DOCKER_BUILD_ARGS

if [ -n "$DOCKER_PUSH_REGISTRY" ]
then
Expand Down
2 changes: 1 addition & 1 deletion tools/gluten-te/centos/buildenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ fi

BUILDENV_DOCKER_BUILD_ARGS="$BUILDENV_DOCKER_BUILD_ARGS $BASEDIR"

docker build "$BUILDENV_DOCKER_BUILD_ARGS"
docker build $BUILDENV_DOCKER_BUILD_ARGS

if [ -n "$DOCKER_PUSH_REGISTRY" ]
then
Expand Down
2 changes: 1 addition & 1 deletion tools/gluten-te/ubuntu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ fi

BUILD_DOCKER_BUILD_ARGS="$BUILD_DOCKER_BUILD_ARGS $BASEDIR"

docker build "$BUILD_DOCKER_BUILD_ARGS"
docker build $BUILD_DOCKER_BUILD_ARGS

if [ -n "$DOCKER_PUSH_REGISTRY" ]
then
Expand Down
2 changes: 1 addition & 1 deletion tools/gluten-te/ubuntu/buildenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ fi

BUILDENV_DOCKER_BUILD_ARGS="$BUILDENV_DOCKER_BUILD_ARGS $BASEDIR"

docker build "$BUILDENV_DOCKER_BUILD_ARGS"
docker build $BUILDENV_DOCKER_BUILD_ARGS

if [ -n "$DOCKER_PUSH_REGISTRY" ]
then
Expand Down
2 changes: 1 addition & 1 deletion tools/gluten-te/ubuntu/tpc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ fi

TPC_DOCKER_BUILD_ARGS="$TPC_DOCKER_BUILD_ARGS $BASEDIR"

docker build "$TPC_DOCKER_BUILD_ARGS"
docker build $TPC_DOCKER_BUILD_ARGS

if [ -n "$DOCKER_PUSH_REGISTRY" ]
then
Expand Down

0 comments on commit 030365c

Please sign in to comment.