Skip to content

Commit ce9ffb1

Browse files
Merge pull request #1899 from anmazzotti/fix_dev_env_latest_channel
ci: fix Rancher channel on dev-env script
2 parents 11137d9 + 56b6866 commit ce9ffb1

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)