commit and publish flatpak in one command

pull/510/head
Nicolas Werner 4 years ago
parent 150281b4de
commit 2787103903
No known key found for this signature in database
GPG Key ID: 13675F31AD04A41C
  1. 3
      scripts/upload-to-flatpak-repo.sh

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

Loading…
Cancel
Save