Skip to content
Snippets Groups Projects
Commit 157d4459 authored by Lars Seipel's avatar Lars Seipel
Browse files

cicd: adjust busybox entrypoint for Docker executor

No idea why it doesn't accept /busybox/sh.
parent 354c719c
No related branches found
No related tags found
1 merge request!3netci: replace discontinued Ansible toolset image
build:
image:
name: gcr.io/kaniko-project/executor:debug
entrypoint: ["/busybox/sh"]
entrypoint: [""]
script:
- |
for i in "$CI_PROJECT_DIR"/*/Dockerfile; do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment