Skip to content

Commit

Permalink
rm useless export
Browse files Browse the repository at this point in the history
  • Loading branch information
AVVS committed Nov 8, 2016
1 parent c33da3b commit eec9deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ docker-build -v "vips-ssh" $BASE_NAME -f node-vips-ssh/Dockerfile .
docker-build -v "vips-ssh-onbuild" $BASE_NAME -f node-vips-ssh/Dockerfile.onbuild .

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

# we actually need to
# Push to docker when DEPLOY is true
Expand Down

0 comments on commit eec9deb

Please sign in to comment.