Skip to content

Commit eec9deb

Browse files
committed
rm useless export
1 parent c33da3b commit eec9deb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ docker-build -v "vips-ssh" $BASE_NAME -f node-vips-ssh/Dockerfile .
4646
docker-build -v "vips-ssh-onbuild" $BASE_NAME -f node-vips-ssh/Dockerfile.onbuild .
4747

4848
# List of newly created images
49-
export images=$(docker images $BASE_NAME | tr -s '[:space:]' | cut -f1,2 -d' ' | sed 's/ /:/')
49+
images=$(docker images $BASE_NAME | tr -s '[:space:]' | cut -f1,2 -d' ' | sed 's/ /:/')
5050

5151
# we actually need to
5252
# Push to docker when DEPLOY is true

0 commit comments

Comments
 (0)