Skip to content

Commit

Permalink
remove all output env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianGeie committed Dec 6, 2024
1 parent e65ca0a commit aaf47d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ jobs:
run: |
wait_for_pod_ready() {
while [[ $(kubectl get pods $1 -o 'jsonpath={..status.conditions[?(@.type=="Ready")].status}') != "True" ]]; do echo "waiting for pod '$1' to become ready..." && sleep 5; done
echo "Pod '$1' ready." >> $GITHUB_OUTPUT
echo "Pod '$1' ready."
}
echo "Installing sidecar..." >> $GITHUB_STEP_SUMMARY
echo "Installing sidecar..."
kubectl apply -f "test/resources/sidecar.yaml"
sleep 10
Expand Down

0 comments on commit aaf47d6

Please sign in to comment.