File tree Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Original file line number Diff line number Diff line change @@ -160,24 +160,7 @@ jobs:
160160 OVERRIDES : ${{ join( matrix.overrides, ' ') }}
161161 CONFIGFILE : ' .github/workflows/root-ci-config/buildconfig/${{ matrix.platform }}.txt'
162162 shell : bash
163- run : |
164- set -x
165-
166- echo '' >> "$CONFIGFILE"
167-
168- for ENTRY in $GLOBAL_OVERRIDES $OVERRIDES; do
169- KEY=$( echo "$ENTRY" | cut -d '=' -f 1 )
170-
171- # Add entry to file if not exists, otherwise replace
172-
173- if grep -q "$KEY=" "$CONFIGFILE"; then
174- sed -i "s/$KEY=.*\$/$ENTRY/" "$CONFIGFILE"
175- else
176- echo "$ENTRY" >> "$CONFIGFILE"
177- fi
178- done
179-
180- cat "$CONFIGFILE" || true
163+ run : echo "Remember to set the following overrides GLOBAL=$GLOBAL_OVERRIDES LOCAL=$OVERRIDES"
181164
182165 - uses : root-project/gcc-problem-matcher-improved@main
183166 with :
You can’t perform that action at this time.
0 commit comments