mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
6 lines
122 B
Bash
6 lines
122 B
Bash
![]() |
#!/bin/bash
|
||
|
set -x
|
||
|
IMAGE="$IMAGE" bash k8s-test.sh
|
||
|
IMAGE="$IMAGE" bash helm-test.sh
|
||
|
IMAGE="$IMAGE" bash k8s-test-scale.sh
|