mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-10-31 18:28:13 +00:00 
			
		
		
		
	Call build-go.sh before bundling a release
Now the dev-build-and-* scripts actually work.
This commit is contained in:
		| @@ -16,11 +16,17 @@ | ||||
|  | ||||
| # This script will build a dev release and push it to an existing cluster. | ||||
|  | ||||
| # First build a release | ||||
| # First build the binaries | ||||
| $(dirname $0)/build-go.sh | ||||
| if [ "$?" != "0" ]; then | ||||
|         exit 1 | ||||
| fi | ||||
|  | ||||
| # Then build a release | ||||
| $(dirname $0)/../release/release.sh | ||||
| if [ "$?" != "0" ]; then | ||||
|        echo "Building a release failed!" | ||||
|        exit 1 | ||||
|         echo "Building a release failed!" | ||||
|         exit 1 | ||||
| fi | ||||
|  | ||||
| # Now push this out to the cluster | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Tim Hockin
					Tim Hockin