Compare commits

..

No commits in common. "81bd274ee1088b8592f2c78c8b1646fb62b1ea46" and "7dc3fda3b4a109a135d5b733b001596914f4e488" have entirely different histories.

3 changed files with 1 additions and 30 deletions

View File

@ -2,8 +2,6 @@ name: Build
on:
pull_request:
workflow_call:
workflow_dispatch:
jobs:
build:
@ -23,9 +21,3 @@ jobs:
- name: Show RPMs
run: |
find /workspace -type f -name "*.rpm"
- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
name: rpms
path: /workspace/unkin/rpmbuilder/dist/*/*.rpm

View File

@ -4,13 +4,9 @@ on:
push:
branches:
- master
workflow_dispatch:
jobs:
build:
uses: ./.gitea/workflows/build.yml
deploy:
runs-on: almalinux-8
container:
image: git.query.consul/unkin/almalinux8-runnerdnd:latest
@ -24,23 +20,6 @@ jobs:
run: |
make all
- name: Create dist directory
run: |
mkdir -p /tmp/unkin/rpmbuilder/dist
- uses: actions/download-artifact@v3
with:
name: rpms
path: /tmp/unkin/rpmbuilder/dist/
- name: Show RPMs from Artifacts
run: |
find /tmp -type f -name "*.rpm"
- name: Show RPMs from Build
run: |
find /workspace -type f -name "*.rpm"
- name: Upload RPMs to Gitea
env:
DRONECI_PASSWORD: ${{ secrets.DRONECI_PASSWORD }}

View File

@ -1 +1 @@
2
1