
This PS removes the old helm toolkit in preperation for the repo to be initialised with openstack-helm-infra and the zuul v3 gate. Change-Id: I4fa3be6bc240c061620dc3b5533136107a99065c
5 lines
111 B
Bash
Executable File
5 lines
111 B
Bash
Executable File
#!/bin/bash
|
|
#NOTE(portdirect): stub gate to make legacy v2 gates pass.
|
|
echo 'THIS IS NOT A VALID TEST!'
|
|
exit 0
|