mirror of
https://github.com/danielgormly/drone-plugin-kube.git
synced 2026-06-04 18:23:48 +08:00
10 lines
215 B
Bash
Executable File
10 lines
215 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export PLUGIN_TEMPLATE=test/deployment.template.yaml
|
|
export PLUGIN_NAME=drone-kube-test
|
|
|
|
go build -o build/kubano
|
|
export $(cat .env | xargs) && ./build/kubano
|
|
|
|
# docker run --env-file=.env drone-kubano
|