This commit is contained in:
azlux 2020-07-07 22:25:56 +02:00 committed by GitHub
parent 75a891f14f
commit 16720694d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,7 @@ steps:
- echo "version is $version"
- echo $version > /tmp/botamusique/version
- sed -i "s/version = 'git'/version = '$version'/" mumbleBot.py
- curl --silent "https://api.github.com/repos/azlux/botamusique/releases/latest") | jq -r '.body' > /tmp/botamusique/changelog
- curl --silent "https://api.github.com/repos/azlux/botamusique/releases/latest" | jq -r '.body' > /tmp/botamusique/changelog
- tar -czf /tmp/botamusique/sources-stable.tar.gz .
volumes:
- name: repo