add debug to ci

This commit is contained in:
Hackintosh Five 2023-06-14 19:37:25 +01:00
parent d2836f5305
commit e91f5eb89a

View File

@ -4,6 +4,9 @@ build:
name: gcr.io/kaniko-project/executor:v1.9.0-debug name: gcr.io/kaniko-project/executor:v1.9.0-debug
entrypoint: [""] entrypoint: [""]
script: script:
- echo "${CI_PROJECT_DIR}"
- ls "${CI_PROJECT_DIR}"
- ls "${CI_PROJECT_DIR}/lwip"
- /kaniko/executor - /kaniko/executor
--context "${CI_PROJECT_DIR}" --context "${CI_PROJECT_DIR}"
--dockerfile "${CI_PROJECT_DIR}/Dockerfile" --dockerfile "${CI_PROJECT_DIR}/Dockerfile"