This commit is contained in:
+19
-16
@@ -9,28 +9,31 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Hello
|
- name: Checkout repository
|
||||||
|
uses: https://git.drajon.cz/actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Verify checkout
|
||||||
run: |
|
run: |
|
||||||
echo "================================="
|
echo "================================="
|
||||||
echo " Gitea Runner funguje!"
|
echo " LOCAL CHECKOUT TEST"
|
||||||
echo "================================="
|
echo "================================="
|
||||||
|
|
||||||
- name: System information
|
|
||||||
run: |
|
|
||||||
echo "Hostname:"
|
|
||||||
hostname
|
|
||||||
echo
|
echo
|
||||||
echo "Kernel:"
|
echo "Working directory:"
|
||||||
uname -a
|
pwd
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "Operating system:"
|
echo "Files:"
|
||||||
cat /etc/os-release
|
ls -la
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "CPU:"
|
echo "Git status:"
|
||||||
nproc
|
git status
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "Memory:"
|
echo "Latest commit:"
|
||||||
free -h
|
git log -1 --oneline
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "Disk:"
|
echo "Remote repository:"
|
||||||
df -h
|
git remote -v
|
||||||
Reference in New Issue
Block a user