Review feedback

This commit is contained in:
Tom Wilkie
2016-05-18 14:55:47 +01:00
parent 607b7fd187
commit afd3cdeb22

View File

@@ -70,7 +70,7 @@ deployment:
docker push ${DOCKER_ORGANIZATION:-$DOCKER_USER}/scope
)
release:
branch: release-/[0-9]+\.[0-9]+/
branch: /release-[0-9]+\.[0-9]+/
owner: weaveworks
commands:
- go get github.com/weaveworks/wordepress && cd /home/ubuntu/src/github.com/weaveworks/wordepress && git checkout v1.0.0 && cd cmd/wordepress && go get