Commit 2454aed 1 parent 29dac8c commit 2454aed Copy full SHA for 2454aed
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 193
193
set -x
194
194
195
195
git 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")"/..
14
14
# - git 1.8+
15
15
# - jq 1.6+
16
16
# - npm (node 18+)
17
- # - python 3.6 +
17
+ # - python 3.5.3 +
18
18
# - shfmt
19
19
# - shellcheck
20
20
# - cargo, rustfmt (if Rust code exists)
@@ -666,7 +666,7 @@ elif check_install shellcheck; then
666
666
if [[ ${# docker_files[@]} -gt 0 ]]; then
667
667
# Exclude SC2096 due to the way the temporary script is created.
668
668
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*')\` "
670
670
if check_install jq python3 parse-dockerfile; then
671
671
shellcheck_for_dockerfile () {
672
672
local text=$1
You can’t perform that action at this time.
0 commit comments