Skip to content

Commit

Permalink
read pre-release number from backend
Browse files Browse the repository at this point in the history
  • Loading branch information
kuanfandevops committed Mar 28, 2024
1 parent 912eeb2 commit f077a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-ci-nobuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- id: set-pre-release
run: |
echo "PRE_RELEASE=$(oc -n ${{ env.DEV_NAMESPACE }} describe deployment cthub-dev-frontend | grep Image | awk -F '-' '{print $NF}')" >> $GITHUB_OUTPUT
echo "PRE_RELEASE=$(oc -n ${{ env.DEV_NAMESPACE }} describe deploymentconfig/cthub-dev-backend | grep Image | awk -F '-' '{print $NF}')" >> $GITHUB_OUTPUT
tryee:

Expand Down

0 comments on commit f077a30

Please sign in to comment.