Skip to content

Commit 56b6866

Browse files
committed
ci: fix Rancher channel on dev-env script
Signed-off-by: Andrea Mazzotti <[email protected]>
1 parent 18332ce commit 56b6866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/turtles-dev.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if [ -z "$RANCHER_HOSTNAME" ]; then
2222
exit 1
2323
fi
2424

25-
RANCHER_CHANNEL=${RANCHER_CHANNEL:-alpha}
25+
RANCHER_CHANNEL=${RANCHER_CHANNEL:-latest}
2626
RANCHER_PASSWORD=${RANCHER_PASSWORD:-rancheradmin}
2727
RANCHER_VERSION=${RANCHER_VERSION:-v2.13.0-rc1}
2828
RANCHER_IMAGE_TAG=${RANCHER_IMAGE_TAG:-$RANCHER_VERSION} # Set RANCHER_IMAGE_TAG=head to test with latest build

0 commit comments

Comments
 (0)