Skip to content

Commit

Permalink
fix errors in ci workflow (#288)
Browse files Browse the repository at this point in the history
Signed-off-by: Yingchun Guo <yingchun.guo@intel.com>
  • Loading branch information
daisy-ycguo authored Aug 9, 2024
1 parent 625899b commit 779e526
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/image-build-on-manual.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
echo "nodes=$nodes" >> $GITHUB_OUTPUT
image-build:
needs: get-build-matrix
strategy:
matrix:
node: ${{ fromJSON(needs.get-build-matrix.outputs.nodes) }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scripts/e2e/gmc_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function cleanup_gmc() {
if kubectl get namespace $SYSTEM_NAMESPACE > /dev/null 2>&1; then
echo "Deleting namespace: $SYSTEM_NAMESPACE"
kubectl delete namespace "$SYSTEM_NAMESPACE"
kubectl delete crd gmconnectors.gmc.opea.io
kubectl delete crd gmconnectors.gmc.opea.io || true
else
echo "Namespace $SYSTEM_NAMESPACE does not exist"
fi
Expand Down

0 comments on commit 779e526

Please sign in to comment.