File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 193193set -x
194194
195195git tag " ${tag} "
196- retry git push origin main
197- retry git push origin -- tags
196+ retry git push origin refs/heads/ main
197+ retry git push origin refs/ tags/ " ${tag} "
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ cd -- "$(dirname -- "$0")"/..
1414# - git 1.8+
1515# - jq 1.6+
1616# - npm (node 18+)
17- # - python 3.6 +
17+ # - python 3.5.3 +
1818# - shfmt
1919# - shellcheck
2020# - cargo, rustfmt (if Rust code exists)
@@ -666,7 +666,7 @@ elif check_install shellcheck; then
666666 if [[ ${# docker_files[@]} -gt 0 ]]; then
667667 # Exclude SC2096 due to the way the temporary script is created.
668668 shellcheck_exclude=SC2096
669- info " running \` shellcheck --exclude ${shellcheck_exclude} \` for scripts in \$ (git ls-files '*Dockerfile*')\` "
669+ info " running \` shellcheck --exclude ${shellcheck_exclude} \` for scripts in \`\ $ (git ls-files '*Dockerfile*')\` "
670670 if check_install jq python3 parse-dockerfile; then
671671 shellcheck_for_dockerfile () {
672672 local text=$1
You can’t perform that action at this time.
0 commit comments