mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
8 lines
171 B
Bash
8 lines
171 B
Bash
#!/bin/sh
|
|
export WATCH_NAMESPACE=${TEST_NAMESPACE}
|
|
(/usr/local/bin/entrypoint)&
|
|
trap "kill $!" SIGINT SIGTERM EXIT
|
|
|
|
cd ${HOME}/project
|
|
exec molecule test -s test-minikube
|