File tree 2 files changed +2
-2
lines changed
components/ide/gha-update-image/lib
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 72
72
fi
73
73
74
74
{
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 'Build Gitpod' | grep 'Tag the release' | grep ' main-gha\.[0-9]*' -o | head -n 1)"
76
76
echo "name=ide-integration-test-${{ github.run_id }}-${{ github.run_attempt }}"
77
77
} >> $GITHUB_OUTPUT
78
78
fi
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ const getInstallerVersion = async (version: string | undefined) => {
121
121
}
122
122
}
123
123
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`
125
125
. text ( )
126
126
. catch ( ( e ) => {
127
127
throw new Error ( "Failed to parse installer version from git tag: " + e ) ;
You can’t perform that action at this time.
0 commit comments