Move the final result from the right directory.

merge-requests/31/head test_1.20.1171-test9
Paul Traina 2020-11-17 17:06:35 -08:00
rodzic 9edf27efac
commit 2c7bc0c8a2
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -81,7 +81,7 @@ packaging:
- mv ../*.{deb,dsc,buildinfo,tar.xz,changes} build/debian/
- echo "Building RPM packages"
- rpmbuild -D "version `node ./version.js`" --build-in-place --buildroot `pwd`/buildroot -bb --target noarch gridtracker.spec
- mv buildroot/RPMS/noarch/noarch/gridtracker-*.noarch.rpm build/rpm
- mv buildroot/RPMS/noarch/gridtracker-*.noarch.rpm build/rpm
# copy the assets over to our distribution storage (testing, tag = test_.*)
upload_testing:

Wyświetl plik

@ -1,4 +1,4 @@
# [Deprecated]
# [Deprecated] DO NOT USE, KEPT FOR REFERENCE
Use standard "npm run start" and "npm run dist" commands.