Skip to content

Commit a7a03eb

Browse files
committed
Disable warning as set -e was removed
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
1 parent 0014520 commit a7a03eb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,9 @@ fi
233233
echo "Built versions are: $dirs"
234234

235235
for dir in ${dirs}; do
236+
# shellcheck disable=SC2164
236237
pushd "${dir}" > /dev/null
237238
docker_build_with_version Dockerfile."$OS"
239+
# shellcheck disable=SC2164
238240
popd > /dev/null
239241
done

0 commit comments

Comments
 (0)