Compare commits

..

1 Commits

Author SHA1 Message Date
515eaa8462 Change to gitea actions
Some checks failed
Build RPMs / Build on AlmaLinux 8 (pull_request) Failing after 2m11s
Build RPMs / Upload RPMs (pull_request) Has been skipped
- remove .drone.yml
- create .gitea/workflows/deploy.yaml and build.yaml
- install node in default container
2024-09-07 21:24:19 +10:00
2 changed files with 2 additions and 4 deletions

View File

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

View File

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