Merge pull request #2150 from dnephin/fix_image_name_in_runsh

Update release script and run.sh image name
This commit is contained in:
mnowster 2015-10-07 16:38:45 +01:00
commit 7fe2068c9c
2 changed files with 4 additions and 4 deletions

View File

@ -61,9 +61,10 @@ git checkout -b $BRANCH $BASE_VERSION
git config "branch.${BRANCH}.release" $VERSION
echo "Update versions in docs/install.md and compose/__init__.py"
echo "Update versions in docs/install.md, compose/__init__.py, script/run.sh"
$EDITOR docs/install.md
$EDITOR compose/__init__.py
$EDITOR script/run.sh
echo "Write release notes in CHANGELOG.md"

View File

@ -15,9 +15,8 @@
set -e
VERSION="1.4.0dev"
# TODO: move this to an official repo
IMAGE="dnephin/docker-compose:$VERSION"
VERSION="1.5.0"
IMAGE="docker/compose:$VERSION"
# Setup options for connecting to docker host