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: add missing line continuation marker #105433

Merged
merged 1 commit into from
Dec 9, 2022

Commits on Dec 7, 2022

  1. CI: add missing line continuation marker

    Resolves this docker warning:
    
    ```
    [WARNING]: Empty continuation line found in:
        RUN apt-get update && apt-get install -y --no-install-recommends   g++   gcc-multilib   make   ninja-build   file   curl   ca-certificates   python2.7   python3.9   git   cmake   sudo   gdb   llvm-13-tools   llvm-13-dev   libedit-dev   libssl-dev   pkg-config   zlib1g-dev   xz-utils   nodejs     apt-transport-https software-properties-common &&     curl -s "https://packages.microsoft.com/config/ubuntu/$(lsb_release -rs)/packages-microsoft-prod.deb" > packages-microsoft-prod.deb &&     dpkg -i packages-microsoft-prod.deb &&     apt-get update &&     apt-get install -y powershell     && rm -rf /var/lib/apt/lists/*
    Warning: : Empty continuation lines will become errors in a future release.
    ```
    ComputerDruid committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    8bc30cb View commit details
    Browse the repository at this point in the history