We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca083e0 commit e13824bCopy full SHA for e13824b
tools/ci/appveyor/on_finish
@@ -56,6 +56,7 @@ main() {
56
trap 'on_error' ERR
57
58
# Run in the top-level project directory:
59
+# shellcheck disable=SC2164,SC2046
60
cd $(dirname "$0")/../../..
61
62
# Run main:
0 commit comments