Make development cycle faster (#508)

Improves Makefile, acceptance/deploy.sh, acceptance/testdata/runnerdeploy.yaml, and the documentation to help developers and contributors.
This commit is contained in:
Yusuke Kuoka
2021-05-03 13:03:17 +09:00
committed by GitHub
parent 588872a316
commit e00b3b9714
3 changed files with 25 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ spec:
#
# Custom runner image
#
image: ${RUNNER_NAME}:${VERSION}
image: ${RUNNER_NAME}:${RUNNER_TAG}
imagePullPolicy: IfNotPresent
#