Aktualizovat .gitea/workflows/build.yml
Some checks failed
Build ts3proxy / Explore-Gitea-Actions (push) Failing after 3s
Some checks failed
Build ts3proxy / Explore-Gitea-Actions (push) Failing after 3s
This commit is contained in:
parent
a1c8b9cdaa
commit
25cd70e2aa
@ -1,17 +1,18 @@
|
|||||||
name: Build ts3proxy
|
name: Build ts3proxy
|
||||||
run-name: Build ts3proxy docker image
|
run-name: Build ts3proxy docker image
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Prepare | Setup git
|
- name: Prepare | Setup git
|
||||||
run: |
|
run: |
|
||||||
git config --global user.name "Radim Lipovčan"
|
git config --global user.name "Radim Lipovčan"
|
||||||
git config --global user.email "radim@lipovcan.cz"
|
git config --global user.email "radim@lipovcan.cz"
|
||||||
- name: Build | Clone repository
|
- name: Build | Clone repository
|
||||||
run: |
|
run: |
|
||||||
git clone https://github.com/Kandru/ts3proxy.git
|
ls -lah
|
||||||
cd ts3proxy
|
git clone https://github.com/Kandru/ts3proxy.git
|
||||||
mv ../Dockerfile .
|
cd ts3proxy
|
||||||
|
mv ../Dockerfile .
|
||||||
ls -lah
|
ls -lah
|
Loading…
Reference in New Issue
Block a user