mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-11 02:52:56 +01:00
do not attempt to shell execute the $FORCE_BUILD=true notification for custom builds
This commit is contained in:
parent
d851c4e93b
commit
9fd16aafea
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@ function build_custom_if_needed() {
|
||||||
if [[ "$FORCE_BUILD" == "true" ]] || ! image_already_exists $full_image_name; then
|
if [[ "$FORCE_BUILD" == "true" ]] || ! image_already_exists $full_image_name; then
|
||||||
docker_command=$(generate_command $@)
|
docker_command=$(generate_command $@)
|
||||||
if [[ "$FORCE_BUILD" == "true" ]]; then
|
if [[ "$FORCE_BUILD" == "true" ]]; then
|
||||||
echo "Force building $build_image_name due to `\$FORCE_BUILD=true` with $docker_command"
|
echo "Force building $build_image_name due to \$FORCE_BUILD=true with $docker_command"
|
||||||
else
|
else
|
||||||
echo "Building $build_image_name with $docker_command"
|
echo "Building $build_image_name with $docker_command"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue