Skip to content
Snippets Groups Projects
Unverified Commit fd6ba554 authored by Eduardo Trujillo's avatar Eduardo Trujillo
Browse files

fix(travis): Create a release, don't edit it

parent 682fde48
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ if [ $TRAVIS_PULL_REQUEST = 'false' ]; then ...@@ -16,7 +16,7 @@ if [ $TRAVIS_PULL_REQUEST = 'false' ]; then
docker tag shift quay.io/etcinit/shift:${TRAVIS_TAG} \ docker tag shift quay.io/etcinit/shift:${TRAVIS_TAG} \
&& docker push quay.io/etcinit/shift:${TRAVIS_TAG}; && docker push quay.io/etcinit/shift:${TRAVIS_TAG};
github-release edit \ github-release create \
--user etcinit \ --user etcinit \
--repo shift \ --repo shift \
--tag ${TRAVIS_TAG} \ --tag ${TRAVIS_TAG} \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment