Files
ci-example/.gitea/workflows/detectors-software-RH8.yml
Martin Mueller 45983bbab5
All checks were successful
detectors-software-RH8 / build (push) Successful in 2s
Build on RHEL9 det / build (push) Successful in 2s
Build on RHEL9 PSI / build (push) Successful in 2s
testing NFS
2025-11-25 12:09:25 +01:00

24 lines
417 B
YAML

name: detectors-software-RH8
on:
push:
workflow_dispatch:
permissions:
contents: read
jobs:
build:
runs-on: "detectors-software-RH8"
steps:
- uses: actions/checkout@v4
- name: Testing
run: |
echo "Hello Wold"
- name: Testing NFS Deploy
run: |
date > test.txt
sftp gitea_runner@mpc2935:/slsDetectorSoftware <<< $'put test.txt'