debug CI: add ls to check build dir
Deploy t-youtube / Build & Deploy (push) Failing after 1s

This commit is contained in:
Gan, Jimmy
2026-07-09 23:07:47 +08:00
parent 613bff06f4
commit 429ea40f29
+7 -2
View File
@@ -16,11 +16,16 @@ jobs:
steps:
- name: Checkout
run: |
rm -rf ./*
git clone --depth=1 --branch main http://localhost:3300/jimmy/t-youtube.git . 2>&1
pwd
ls -la
rm -rf /tmp/t-yt-build
git clone --depth=1 --branch main http://localhost:3300/jimmy/t-youtube.git /tmp/t-yt-build 2>&1
- name: Build Docker image
run: |
ls -la /tmp/t-yt-build/
ls -la /tmp/t-yt-build/Dockerfile
cd /tmp/t-yt-build
/volume1/@appstore/ContainerManager/usr/bin/docker build -t t-youtube:latest . 2>&1
- name: Swap container