ci: revert clone URL to http://gitea:3000 now that container network is properly configured
Deploy t-youtube / Build & Deploy (push) Successful in 2m28s
Deploy t-youtube / Build & Deploy (push) Successful in 2m28s
This commit is contained in:
@@ -22,7 +22,7 @@ jobs:
|
||||
- name: Checkout
|
||||
run: |
|
||||
apk add --no-cache git
|
||||
rm -rf /volume1/docker/t-youtube-build && git clone --depth=1 http://127.0.0.1:3300/jimmy/t-youtube.git /volume1/docker/t-youtube-build 2>&1
|
||||
rm -rf /volume1/docker/t-youtube-build && git clone --depth=1 http://gitea:3000/jimmy/t-youtube.git /volume1/docker/t-youtube-build 2>&1
|
||||
|
||||
- name: Build Docker image
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user