Compare commits

..

1 Commits

Author SHA1 Message Date
79f0f71333 Change to gitea actions
Some checks failed
Build RPMs / Build on AlmaLinux 8 (pull_request) Successful in 3m41s
Build RPMs / Upload RPMs (pull_request) Failing after 29s
- remove .drone.yml
- create .gitea/workflows/deploy.yaml and build.yaml
- install node in default container
2024-09-07 21:17:28 +10:00
2 changed files with 4 additions and 2 deletions

View File

@ -49,4 +49,6 @@ jobs:
env:
DRONECI_PASSWORD: ${{ secrets.DRONECI_PASSWORD }}
run: |
find /workspace | grep rpm
for rpm in src/rpmbuild/RPMS/*/*.rpm; do
ls -lh $rpm
done

View File

@ -1,6 +1,6 @@
.PHONY: all prep download build clean
RPMBUILD := src/rpmbuild
RPMBUILD := /drone/src/rpmbuild
SOURCES := $(RPMBUILD)/SOURCES
SPECS := $(RPMBUILD)/SPECS
SPECFILE := gonic.spec