mirror of
https://github.com/fluxcd/flagger.git
synced 2026-02-21 05:20:02 +00:00
12 lines
195 B
Bash
Executable File
12 lines
195 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -o errexit
|
|
|
|
REPO_ROOT=$(git rev-parse --show-toplevel)
|
|
DIR="$(cd "$(dirname "$0")" && pwd)"
|
|
|
|
"$DIR"/install.sh
|
|
|
|
"$REPO_ROOT"/test/workloads/init.sh
|
|
"$DIR"/test-canary.sh
|