Skip to content

Commit

Permalink
update script test command
Browse files Browse the repository at this point in the history
  • Loading branch information
rvantonder committed May 26, 2021
1 parent d79e28f commit 9b2edf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ echo "push: docker push comby/comby:$VERSION"
echo "tag latest: docker tag comby/comby:$VERSION comby/comby:latest"
echo "push: docker push comby/comby:latest"
echo
echo "test: docker run -it comby/comby-rg 'a' 'b' -rg \"\""
echo "test: docker run -it comby/comby-rg 'a' 'b' -rg \"\" -d /home/comby"
echo "push: docker push comby/comby-rg:$VERSION"
echo "tag latest: docker tag comby/comby-rg:$VERSION comby/comby-rg:latest"
echo "push: docker push comby/comby-rg:latest"
Expand Down

0 comments on commit 9b2edf0

Please sign in to comment.