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