mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-12 19:42:55 +01:00
Add 'sh' to the script
This commit is contained in:
parent
ad09895e47
commit
549d48139d
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
||||||
resource_group: ${CI_COMMIT_REF_SLUG}_${CI_JOB_NAME}
|
resource_group: ${CI_COMMIT_REF_SLUG}_${CI_JOB_NAME}
|
||||||
image: registry.gitlab.com/gitlab-org/frontend/frontend-build-images/build-image
|
image: registry.gitlab.com/gitlab-org/frontend/frontend-build-images/build-image
|
||||||
script:
|
script:
|
||||||
- ./scripts/kaniko-image-build "$CI_JOB_NAME"
|
- sh ./scripts/kaniko-image-build "$CI_JOB_NAME"
|
||||||
rules:
|
rules:
|
||||||
- changes:
|
- changes:
|
||||||
- ${CI_JOB_NAME}/*
|
- ${CI_JOB_NAME}/*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue