Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
Commits on Source (1)
Fix brackets for SI-fix script call
· 297719e8
Sheogorath
authored
Oct 07, 2020
297719e8
Hide whitespace changes
Inline
Side-by-side
gitlab-ci-template.yml
View file @
297719e8
...
...
@@ -23,7 +23,7 @@ container-build:
-
export VCS_REF=$CI_COMMIT_SHA
-
export VCS_URL=$CI_PROJECT_URL
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 push "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA"
...
...