File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
components/ide/gha-update-image/lib Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7272 fi
7373
7474 {
75- echo "version=$(gh run view "$RUNID" --log -R gitpod-io/gitpod | grep 'main-gha.[0-9]*' -o | head -n 1)"
75+ echo "version=$(gh run view "$RUNID" --log -R gitpod-io/gitpod | grep 'main-gha\ .[0-9]*' -o | head -n 1)"
7676 echo "name=ide-integration-test-${{ github.run_id }}-${{ github.run_attempt }}"
7777 } >> $GITHUB_OUTPUT
7878 fi
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ const getInstallerVersion = async (version: string | undefined) => {
121121 }
122122 }
123123 const installationVersion =
124- await $ `echo '${ tagInfo } ' | awk '{ print $2 }' | grep -o 'main-gha.[0-9]*' | cut -d'/' -f3`
124+ await $ `echo '${ tagInfo } ' | awk '{ print $2 }' | grep -o 'main-gha\\ .[0-9]*' | cut -d'/' -f3`
125125 . text ( )
126126 . catch ( ( e ) => {
127127 throw new Error ( "Failed to parse installer version from git tag: " + e ) ;
You can’t perform that action at this time.
0 commit comments