divingbell/divingbell/tools/gate/setup.sh

10 lines
169 B
Bash
Executable File

#!/bin/bash
set -ex
export TMP_DIR=$(mktemp -d)
cd $TMP_DIR
git clone https://git.openstack.org/openstack/openstack-helm
cd openstack-helm/tools/gate/
./setup_gate.sh