Files
Joey Perrott 5941419cd4 ci: remove aio payload checks for deprecated site (#56000)
Remove payload checks for aio now that its deprecated.

PR Close #56000
2024-05-22 16:48:15 +00:00

13 lines
296 B
Bash
Executable File

#!/usr/bin/env bash
set -eu -o pipefail
readonly thisDir=$(cd $(dirname $0); pwd)
readonly parentDir=$(dirname $thisDir)
readonly target=${1:-aio}
readonly PROJECT_ROOT=$(realpath "$(dirname ${thisDir})/..")
echo "Payload checks are disabled now as we no longe publish to this branch"
exit 0