Files
plugin-drone-kube-apply/test.sh
T
2019-04-01 09:47:00 +11:00

13 lines
237 B
Bash
Executable File

#!/bin/bash
export DRONE_COMMIT_SHA=1234567
export DRONE_BRANCH=test
export PLUGIN_CA=test
export PLUGIN_TOKEN=test
export PLUGIN_ENDPOINT=test
export PLUGIN_NAMESPACE=test
export PLUGIN_TEMPLATE=test/deployment.yaml
go build
./kubano