Skip to content

Commit

Permalink
Simple build script
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuildthecloud authored and joshwget committed Jul 1, 2017
1 parent 657ab10 commit 358d6f3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions rancher-k8s-build/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash
set -e -x

cd $(dirname $0)/..

KUBE_RELEASE_RUN_TESTS=n KUBE_FASTBUILD=true ./build/release.sh

echo Upload _output/release-tars/kubernetes-server-linux-amd64.tar.gz

0 comments on commit 358d6f3

Please sign in to comment.