From 2c7bc0c8a2a399dc2d95bff6f54f6f5aa115f113 Mon Sep 17 00:00:00 2001 From: Paul Traina <216482-pleasantone@users.noreply.gitlab.com> Date: Tue, 17 Nov 2020 17:06:35 -0800 Subject: [PATCH] Move the final result from the right directory. --- .gitlab-ci.yml | 2 +- macos/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6e1d7f0..96c6ba7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: diff --git a/macos/README.md b/macos/README.md index 717eaf1..45078bc 100644 --- a/macos/README.md +++ b/macos/README.md @@ -1,4 +1,4 @@ -# [Deprecated] +# [Deprecated] DO NOT USE, KEPT FOR REFERENCE Use standard "npm run start" and "npm run dist" commands.