Обновить .gitea/workflows/build.yml
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s

This commit is contained in:
svk 2024-06-27 12:41:34 +03:00
parent 4f8e7e306d
commit 6361043c25

View File

@ -4,16 +4,15 @@ on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-22.04
runs-on: tcl-tk-builder
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!"
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- name: List files in the repository
run: |
git clone https://git.nuk-svk.ru/svk/projman.git
git clone ${{ url }}${{ gitea.repository }}
pwd
ls ${{ gitea.workspace }}
cd ${{ gitea.workspace }}/projman/debian
./build-deb-projman.sh
cd projman/debian
./build-deb-projman.sh"
- run: echo "🍏 This job's status is ${{ job.status }}."