Skip to content

Commit

Permalink
Update preserveimage.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Den Delimarsky authored Jun 5, 2017
1 parent d407a19 commit 8599f14
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci-scripts/preserveimage.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
IMAGE="$1"

mkdir "$BUILD_REPOSITORY_LOCALPATH/buildimage"
docker save -o "$BUILD_REPOSITORY_LOCALPATH/buildimage/$BUILD_BUILDNUMBER-dotnet.tar" "constructors.azurecr.io/platforms/netcoresdk"
docker save -o "$BUILD_REPOSITORY_LOCALPATH/buildimage/$BUILD_BUILDNUMBER-dotnet.tar" "$IMAGE"

0 comments on commit 8599f14

Please sign in to comment.