ci/aws/windows: Improved examples
This commit is contained in:
parent
26a5086e37
commit
9732ae577e
1 changed files with 2 additions and 2 deletions
|
|
@ -483,10 +483,10 @@ EOF
|
||||||
|
|
||||||
# To run a POSIX script:
|
# To run a POSIX script:
|
||||||
# ssh "$CI_D2_WINDOWS_AMD64" sh -s -- <<EOF
|
# ssh "$CI_D2_WINDOWS_AMD64" sh -s -- <<EOF
|
||||||
# which wix
|
# wix --version
|
||||||
# EOF
|
# EOF
|
||||||
# To run a command in a pure MSYS2 shell:
|
# To run a command in a pure MSYS2 shell:
|
||||||
# ssh "$CI_D2_WINDOWS_AMD64" 'C:\msys64\msys2_shell.cmd -defterm -here -no-start -mingw64 -c "echo hi"'
|
# ssh "$CI_D2_WINDOWS_AMD64" 'C:\msys64\msys2_shell.cmd -defterm -here -no-start -mingw64 -c "\"d2 --version\""'
|
||||||
# To run a pure MSYS2 shell:
|
# To run a pure MSYS2 shell:
|
||||||
# ssh -t "$CI_D2_WINDOWS_AMD64" 'C:\msys64\msys2_shell.cmd -defterm -here -no-start -mingw64'
|
# ssh -t "$CI_D2_WINDOWS_AMD64" 'C:\msys64\msys2_shell.cmd -defterm -here -no-start -mingw64'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue