Skip to content

Commit

Permalink
Merge branch 'main' into doc/ci-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinebrasil authored Dec 9, 2024
2 parents a8d81a5 + 4388689 commit b5a60dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,4 @@ jobs:
echo "Deploying resources in $ENVIRONMENT environment"
echo "Using image version: ${{ env.NEW_VERSION }}"
kubectl apply -k $KUSTOMIZE_DIR -n $ENVIRONMENT && echo "Resources deployed successfully!" || {echo "Failed to deploy resources! Check the logs"; kubectl describe pods -n $ENVIRONMENT; exit 1; }
kubectl apply -k $KUSTOMIZE_DIR -n $ENVIRONMENT && echo "Resources deployed successfully!" || (echo "Failed to deploy resources! Check the logs"; kubectl describe pods -n $ENVIRONMENT; exit 1)

0 comments on commit b5a60dd

Please sign in to comment.