This commit is contained in:
parent
e4cd8d7f56
commit
679be8ccd8
1 changed files with 7 additions and 0 deletions
|
@ -13,6 +13,13 @@ jobs:
|
||||||
apt install git -y
|
apt install git -y
|
||||||
git --version
|
git --version
|
||||||
|
|
||||||
|
- name: Network Check
|
||||||
|
run: |
|
||||||
|
ping asandikci.com
|
||||||
|
ping https://git.asandikci.com
|
||||||
|
wget https://git.asandikci.com
|
||||||
|
iptables -L
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
run: |
|
run: |
|
||||||
git clone https://git.asandikci.com/asandikci.com/web
|
git clone https://git.asandikci.com/asandikci.com/web
|
||||||
|
|
Loading…
Reference in a new issue