CI fx workflow 26
This commit is contained in:
parent
6a1a0a6838
commit
aa32dac10e
@ -19,7 +19,9 @@ jobs:
|
|||||||
- name: Building package
|
- name: Building package
|
||||||
continue-on-error: false
|
continue-on-error: false
|
||||||
run: |
|
run: |
|
||||||
cd ${{ gitea.basedir }}/debian
|
ls -l /
|
||||||
|
echo '---------------------'
|
||||||
|
cd ${GITHUB_WORKSPACE}/debian
|
||||||
ls -l
|
ls -l
|
||||||
debuild -us -uc -b
|
debuild -us -uc -b
|
||||||
- name: Try to upload artifacts
|
- name: Try to upload artifacts
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
name: Gitea Actions Demo
|
name: Gitea Actions Demo
|
||||||
run-name: $ is testing out Gitea Actions 🚀
|
run-name: ${{ gitea.url }} is testing out Gitea Actions 🚀
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
runs-on: slon-vm
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event.name }} event."
|
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event.name }} event."
|
||||||
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
||||||
@ -14,6 +14,7 @@ jobs:
|
|||||||
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
||||||
- name: List files in the repository
|
- name: List files in the repository
|
||||||
run: |
|
run: |
|
||||||
|
ls ${{ github.basedir }} && pwd
|
||||||
ls ${{ gitea.basedir }} && pwd
|
ls ${{ gitea.basedir }} && pwd
|
||||||
- run: printenv
|
- run: printenv
|
||||||
- run: echo "🍏 This job's status is ${{ gitea.job.status }}."
|
- run: echo "🍏 This job's status is ${{ gitea.job.status }}."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user