chore: Add debug logs for scheduledOverrides (#540)

Follow-up for #515
Ref #484
This commit is contained in:
Yusuke Kuoka
2021-05-11 17:30:22 +09:00
committed by GitHub
parent 25f5817a5e
commit 3cd124dce3
3 changed files with 36 additions and 3 deletions

View File

@@ -57,7 +57,7 @@ if [ -n "${TEST_ORG}" ]; then
cat acceptance/testdata/org.runnerdeploy.yaml | envsubst | kubectl apply -f -
if [ -n "${TEST_ORG_REPO}" ]; then
cat acceptance/testdata/org.hra.yaml | kubectl apply -f -
cat acceptance/testdata/org.hra.yaml | envsubst | kubectl apply -f -
else
echo 'Skipped deploying organizational hra. Set TEST_ORG_REPO to "yourorg/yourrepo" to deploy.'
fi