We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b773a18 commit 4d9d013Copy full SHA for 4d9d013
.github/workflows/workspace-integration-tests.yml
@@ -102,8 +102,12 @@ jobs:
102
exit 1
103
fi
104
105
+ echo "Using RUNID $RUNID" | tee -a $GITHUB_STEP_SUMMARY
106
+ MAIN_VERSION=$(gh run view "$RUNID" --log -R gitpod-io/gitpod | grep "leeway build --cache remote -Dversion=" | grep 'main-gha.[0-9]*' -o | head -n 1)
107
+ echo "Using version $MAIN_VERSION" | tee -a $GITHUB_STEP_SUMMARY
108
+
109
{
- echo "version=$(gh run view "$RUNID" --log -R gitpod-io/gitpod | grep 'main-gha.[0-9]*' -o | head -n 1)"
110
+ echo "version=$("$MAIN_VERSION")"
111
} >> $GITHUB_OUTPUT
112
113
if [[ '${{ inputs.image_repo_base }}' != '' ]]; then
0 commit comments