mirror of
https://github.com/danielgormly/drone-plugin-kube.git
synced 2026-06-14 05:12:25 +08:00
13 lines
237 B
Bash
Executable File
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
|