mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
Remove unnecessary release script
This commit is contained in:
parent
7c1ec74cf6
commit
4bec39535f
@ -1,14 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -xe
|
||||
|
||||
if [ -z "$1" ]; then
|
||||
echo 'pass a version as first argument'
|
||||
exit 1
|
||||
fi
|
||||
|
||||
git tag $1
|
||||
git push --tags
|
||||
python setup.py sdist upload
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user