Skip to content

Commit

Permalink
Fix typo and unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Nov 1, 2024
1 parent 2587cf1 commit b95bfcf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions scripts/docker-library-manifest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ annotate() {

image=mariadb-${tarbuildnum}-${builderarch}${ubi}

origbuildimage=$image

#
# METADATA:

Expand Down
2 changes: 1 addition & 1 deletion scripts/docker-library-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fi

if [ "${builderarch}" != amd64 ]; then
export DOCKER_LIBRARY_START_TIMEOUT=350
echo "temporarly disable non-amd64 testing"
echo "temporarily disable non-amd64 testing"
exit
else
export DOCKER_LIBRARY_START_TIMEOUT=150
Expand Down

0 comments on commit b95bfcf

Please sign in to comment.