Skip to content
Snippets Groups Projects
Verified Commit 297719e8 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

Fix brackets for SI-fix script call

parent edeabea1
Branches
Tags
No related merge requests found
Pipeline #14521 canceled
...@@ -23,7 +23,7 @@ container-build: ...@@ -23,7 +23,7 @@ container-build:
- export VCS_REF=$CI_COMMIT_SHA - export VCS_REF=$CI_COMMIT_SHA
- export VCS_URL=$CI_PROJECT_URL - export VCS_URL=$CI_PROJECT_URL
script: script:
- si-fix "$(CI_REGISTRY_BUILD_DOCKERFILE:-./Dockerfile)" - si-fix "${CI_REGISTRY_BUILD_DOCKERFILE:-./Dockerfile}"
- podman build --pull $CI_REGISTRY_BUILD_ARGS -t "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA" . - podman build --pull $CI_REGISTRY_BUILD_ARGS -t "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA" .
- podman push "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA" - podman push "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment