added in gitea actions
Some checks failed
Gitea Actions Demo / build-and-push (push) Has been cancelled
Some checks failed
Gitea Actions Demo / build-and-push (push) Has been cancelled
This commit is contained in:
@@ -14,6 +14,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
ip=$(getent hosts gitea-server | awk '{ print $1 }')
|
ip=$(getent hosts gitea-server | awk '{ print $1 }')
|
||||||
echo "$ip" > /tmp/gitea_ip.txt
|
echo "$ip" > /tmp/gitea_ip.txt
|
||||||
|
cat /tmp/gitea_ip.txt
|
||||||
|
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user