Skip to content
Snippets Groups Projects
Unverified Commit e35ea31b authored by Silas Davis's avatar Silas Davis
Browse files

Merge branch 'hyper-develop' into hyper-0.16

parents c81f46dc e001acce
No related branches found
No related tags found
No related merge requests found
......@@ -51,4 +51,9 @@ fi
# Cleanup
rm $REPO/target/docker/burrow.dockerartefact
rm $REPO/target/docker/burrow-client.dockerartefact
docker rmi -f $IMAGE:build
# CircleCI seems to have an issues removing this build, in any case it is not necessary on CI
if [ ! "$CI" ]
then
docker rmi -f $IMAGE:build
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment