commit and publish flatpak in one command

This commit is contained in:
Nicolas Werner 2021-02-23 22:56:43 +01:00
parent 150281b4de
commit 2787103903
No known key found for this signature in database
GPG Key ID: 13675F31AD04A41C
1 changed files with 1 additions and 2 deletions

View File

@ -18,6 +18,5 @@ fi
BUILD_URL=${BUILD_URL/http:/https:}
./flat-manager-client push --commit $BUILD_URL $1
./flat-manager-client publish $BUILD_URL
./flat-manager-client push --commit --publish $BUILD_URL $1