Compare commits

..

1 Commits

Author SHA1 Message Date
8d9280bf98 Change to gitea actions
Some checks failed
Build and Upload RPMs / Build on AlmaLinux 8 (pull_request) Failing after 36s
Build and Upload RPMs / Upload RPMs (pull_request) Has been skipped
- remove .drone.yml
- create .gitea/workflows/deploy.yaml
- install node in default container
2024-09-07 18:33:06 +10:00

View File

@ -13,6 +13,11 @@ jobs:
container: container:
image: git.query.consul/unkin/almalinux8:latest image: git.query.consul/unkin/almalinux8:latest
steps: steps:
- name: Install node
run: |
dnf module enable node:20
dnf install -y node
- name: Checkout code - name: Checkout code
uses: actions/checkout@v3 uses: actions/checkout@v3