Files
plugin-drone-kube-apply/test-config-map.sh
T
2019-06-14 16:47:46 +10:00

12 lines
297 B
Bash
Executable File

#!/bin/bash
export PLUGIN_TEMPLATE=test/configmap.template.yaml
export PLUGIN_CONFIGMAP_FILE=test/sample-config-data
export PLUGIN_NAME=drone-kube-test
export PLUGIN_COMMIT=a5b81d0f
go build -o build/kubano
export $(cat .env | xargs) && ./build/kubano
# docker run --env-file=.env drone-kubano