This commit is contained in:
parent
9d8704d87d
commit
78efae48d4
20
.github/workflows/build.yaml
vendored
Normal file
20
.github/workflows/build.yaml
vendored
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
name: Github Actions Demo
|
||||||
|
run-name: ${{ github.actor }} is testing out GitHub Actions (on Gitea) 🚀
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
Explore-Gitea-Actions:
|
||||||
|
runs-on: metal-docker
|
||||||
|
steps:
|
||||||
|
- name: Check out repository code
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
- run: |
|
||||||
|
ls ${{ github.workspace }}
|
||||||
|
- run: |
|
||||||
|
hostname
|
||||||
|
ls /etc
|
||||||
|
ls /config
|
||||||
|
export PATH=$PATH:/usr/local/bin:/usr/local/sbin
|
||||||
|
ls /usr/local/bin
|
||||||
|
docker ps -a
|
||||||
|
true
|
Loading…
Reference in New Issue
Block a user