Skip to content

Commit

Permalink
Make script both Unix/Linux and OSX compatible (airbytehq#18493)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpgrailsdev authored and jhammarstedt committed Oct 31, 2022
1 parent a998323 commit a141ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/bin/acceptance_test_kube.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ echo "Listing nodes scheduled for pods..."
kubectl describe pods | grep "Name\|Node"

# allocates a lot of time to start kube. takes a while for postgres+temporal to work things out
sleep 120s
sleep 120

if [ -n "$CI" ]; then
server_logs () { kubectl logs deployment.apps/airbyte-server > /tmp/kubernetes_logs/server.txt; }
Expand Down

0 comments on commit a141ed7

Please sign in to comment.