init
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 12m47s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 12m47s
Details
This commit is contained in:
parent
bf41112f27
commit
5b3ae9d1ae
|
@ -18,7 +18,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
rm -rf /opt/workspace/website
|
rm -rf /opt/workspace/website
|
||||||
mkdir -p /opt/workspace/website
|
mkdir -p /opt/workspace/website
|
||||||
git clone https://github.com/huxin/website.git /opt/workspace/website
|
git clone http://127.0.0.1:3000/huxin/website.git /opt/workspace/website
|
||||||
cd /opt/workspace/website
|
cd /opt/workspace/website
|
||||||
docker build -t website-v1:latest "."
|
docker build -t website-v1:latest "."
|
||||||
docker stop website-v1 || true
|
docker stop website-v1 || true
|
||||||
|
|
Loading…
Reference in New Issue