Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci] fix some shellcheck errors in scripts #6504

Closed

Commits on Jun 24, 2024

  1. [ci] enforced shellcheck checks for .ci/trigger_dispact_run.sh; Issue(m…

    …icrosoft#6498)
    
    - Errors-  SC2086 (info) : Double quote to prevent globbing and word splitting
    shreyash2002 authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    62da54a View commit details
    Browse the repository at this point in the history
  2. [ci] enforced shellcheck checks in .ci/set_commit_status.sh (microsof…

    …t#6498)
    
    - Fixed SC2086 (info): Double quote to prevent globbing and word splitting.
    shreyash2002 authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    dfb3da2 View commit details
    Browse the repository at this point in the history
  3. [ci] enforced shellcheck checks in .ci/install-clang-devel.sh issue(m…

    …icrosoft#6498)
    
    - fixed  SC2086 (info): Double quote to prevent globbing and word splitting.
    shreyash2002 authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    6ee5286 View commit details
    Browse the repository at this point in the history
  4. fix shellcheck errors in .ci/install-clang-devel.sh

    - Used double quotes around entire word as suggested 
    -  microsoft#6498
    shreyash2002 authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    1978e19 View commit details
    Browse the repository at this point in the history