Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/integration-test
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -exu

cd $(dirname $0)/../

source ./scripts/try.sh
source ./.github/workflows/scripts/try.sh

# Wait for rancher to start up
try --delay 2 --max 30 --waitmsg "Waiting for rancher to start" --failmsg "No rancher here" kubectl rollout status --watch=true --timeout=10s -n cattle-system deploy/rancher
Expand Down