mirror of
https://github.com/fluxcd/flagger.git
synced 2026-02-20 13:00:34 +00:00
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com> Co-authored-by: Thomas Banks
12 lines
174 B
Bash
Executable File
12 lines
174 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
|
|
|
|
"$DIR"/init.sh
|
|
"$DIR"/test-canary.sh
|