Files
plugin-drone-helm/build.sh
2017-02-16 14:26:20 -06:00

9 lines
95 B
Bash
Executable File

#!/bin/bash
set -e
export GOOS=linux
export GOARCH=386
go build
docker build -t drone-helm .