Skip to content

Commit

Permalink
Update scripts for deployment to AKS and EKS
Browse files Browse the repository at this point in the history
  • Loading branch information
mvlassis committed Aug 23, 2024
1 parent 6f29712 commit 7994ea7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-aks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
JSON_ARRAY=$(echo "[\"${INPUT_VERSIONS//,/\",\"}\"]")
echo "bundle_versions=${JSON_ARRAY}" >> $GITHUB_OUTPUT
echo "bundle_versions=${bundle_versions}"
echo "bundle_versions=${JSON_ARRAY}"
deploy-ckf-to-aks:
needs: preprocess-input
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-eks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
JSON_ARRAY=$(echo "[\"${INPUT_VERSIONS//,/\",\"}\"]")
echo "bundle_versions=${JSON_ARRAY}" >> $GITHUB_OUTPUT
echo "bundle_versions=${bundle_versions}"
echo "bundle_versions=${JSON_ARRAY}"
deploy-ckf-to-eks:
needs: preprocess-input
Expand Down

0 comments on commit 7994ea7

Please sign in to comment.