Fix deployment
This commit is contained in:
parent
8da0154288
commit
72a444f4c2
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ get_qubes_release() {
|
||||||
|
|
||||||
readonly QUBES_REL=$(get_qubes_release)
|
readonly QUBES_REL=$(get_qubes_release)
|
||||||
readonly group=qubes/$QUBES_REL
|
readonly group=qubes/$QUBES_REL
|
||||||
|
readonly rpm=$(find . -name 'qubes-template-*.rpm')
|
||||||
|
|
||||||
echo "Sending $rpm to $TARGET_REPO/$group/upload"
|
echo "Sending $rpm to $TARGET_REPO/$group/upload"
|
||||||
curl -s --user $FORGE_REPO_USER:$FORGE_REPO_TOKEN --upload-file $rpm $TARGET_REPO/$group/upload
|
curl -s --user $FORGE_REPO_USER:$FORGE_REPO_TOKEN --upload-file $rpm $TARGET_REPO/$group/upload
|
||||||
|
|
Loading…
Reference in a new issue