mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-08 15:22:45 +08:00
Stable version v0.7.1
This release is dedicated to the board game Pandemic, for teaching us relevant survival skills like how to stay inside and play board games.
This commit is contained in:
@@ -2,6 +2,12 @@
|
||||
# This script builds and deploys multi-architecture docker images from the
|
||||
# binaries previously built and deployed to GCS by the Travis pipeline.
|
||||
|
||||
if [[ "$TRAVIS_SECURE_ENV_VARS" != "true" ]]
|
||||
then
|
||||
echo >&2 "Missing TRAVIS_SECURE_ENV_VARS. Skipping Docker builds."
|
||||
exit 0
|
||||
fi
|
||||
|
||||
function multi_arch_docker::install_docker_buildx() {
|
||||
# Install up-to-date version of docker, with buildx support.
|
||||
local -r docker_apt_repo='https://download.docker.com/linux/ubuntu'
|
||||
|
Reference in New Issue
Block a user