Skip to content

Commit

Permalink
silence shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Oct 3, 2024
1 parent ba97b53 commit cac2858
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _bumper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Authorization: Bearer ${token}
EOF
)"

echo; echo "DOCKER_IMAGE='${name}:${tag}'"
echo; echo "export DOCKER_IMAGE='${name}:${tag}'"

# Find out the latest AppVeyor CI Ubuntu worker image
if false; then
Expand Down
4 changes: 2 additions & 2 deletions _versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Copyright (C) Viktor Szakats. See LICENSE.md
# SPDX-License-Identifier: MIT

DOCKER_IMAGE='debian:testing-20240926-slim'
DOCKER_CONTENT_TRUST=''
export DOCKER_IMAGE='debian:testing-20240926-slim'
export DOCKER_CONTENT_TRUST=''

export CURL_VER_='8.10.1'
export CURL_HASH=73a4b0e99596a09fa5924a4fb7e4b995a85fda0d18a2c02ab9cf134bebce04ee
Expand Down

0 comments on commit cac2858

Please sign in to comment.