Bryon Borth

Results 4 comments of Bryon Borth

I am using the Git for Windows SDK https://github.com/git-for-windows/build-extra/releases/tag/git-sdk-1.0.8 ```sh $ bash --version GNU bash, version 5.2.15(1)-release (x86_64-pc-msys) ``` git-bash.exe shows `File version: 2.42.0.2` ```sh $ rsync --version rsync version...

Results of `printenv` ``` IntelliJ IDEA=C:\Program Files\JetBrains\IntelliJ IDEA 2022.1\bin; ProgramFiles(x86)=C:\Program Files (x86) CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files !C:=C:\Users\me SHELL=/usr/bin/bash DATADIR=C:\Users\me\Documents MSYS2_NOSTART=yes NUMBER_OF_PROCESSORS=16 FPS_BROWSER_USER_PROFILE_STRING=Default PROCESSOR_LEVEL=6 WD=C:\git-sdk-64\usr\bin\ MINGW_PREFIX=/mingw64 PKG_CONFIG_PATH=/mingw64/lib/pkgconfig:/mingw64/share/pkgconfig USERDOMAIN_ROAMINGPROFILE=OPR WT_SESSION=29ed21c6-0179-4da1-9f54-c7d689881b07 HOSTNAME=WPWF106P PROGRAMFILES=C:\Program...

Running gitlab-ci-local without `MSYS_NO_PATHCONV` results in the following error: ``` ~/temp/smalls $ gcl Using fallback git commit data Using fallback git remote data parsing and downloads finished in 521 ms...

The artifact is created in the expected .gitlab-ci-local directory when it runs and before the error is thrown. `.gitlab-ci-local\artifacts\hello\tempfile` gitlab-ci-local doesn't have any errors when using caching ``` --- cache:...