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