Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
cbarbian-sap committed Jul 19, 2023
1 parent 198040c commit 4444881
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,4 +189,5 @@ jobs:
$CHART_DIRECTORY
kubectl create ns component-system
kubectl -n component-system apply -f examples/sample.yaml
kubectl -n component-system wait -f examples/sample.yaml --for condition=Ready --timeout 120s
kubectl -n component-system wait -f examples/sample.yaml --for condition=Ready --timeout 120s
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,4 @@ jobs:
cd crds
repository=$REGISTRY/${{ github.repository }}/crds
tar cvz * | regctl artifact put -m application/gzip ${repository,,}:${{ github.event.release.tag_name }}
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,3 +170,4 @@ jobs:
target_commitish: ${{ steps.get_target_commit.outputs.sha }}
token: ${{ secrets.WORKFLOW_USER_GH_TOKEN }}
generate_release_notes: false

0 comments on commit 4444881

Please sign in to comment.