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 8599f14 commit c174fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-scripts/preserveimage.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
IMAGE="$1"

mkdir "$BUILD_REPOSITORY_LOCALPATH/buildimage"
docker save -o "$BUILD_REPOSITORY_LOCALPATH/buildimage/$BUILD_BUILDNUMBER-dotnet.tar" "$IMAGE"
docker save -o $BUILD_REPOSITORY_LOCALPATH/buildimage/$BUILD_BUILDNUMBER-dotnet.tar "$IMAGE"

0 comments on commit c174fd7

Please sign in to comment.