This commit is contained in:
Marco Strigl
2025-04-02 17:21:10 +02:00
parent 27cc143cd2
commit 224d55618c

View File

@@ -16,6 +16,5 @@ jobs:
- run: echo "The workflow is now ready to test your code on the runner."
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
cat *
for i in `cat release_sle15`; do echo $i; done
- run: echo "This job's status is ${{ job.status }}."