Skip to content

Commit

Permalink
Fix CI broke
Browse files Browse the repository at this point in the history
Should create package dir in package step
  • Loading branch information
Yuxing authored and orangedeng committed Apr 24, 2018
1 parent 8139fb4 commit 154a606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/package
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ IMAGE=$REPO/nginx-ingress-controller
source $(dirname $0)/version
cd $(dirname $0)/..
go-bindata -o internal/file/bindata.go -prefix="rootfs" -pkg=file -ignore=Dockerfile -ignore=".DS_Store" rootfs/...

mkdir -p package
package (){
pushd package
local dockerfilename QEMUARCH GOARCH DUMB_ARCH BASEIMAGE IMAGE_NAME
Expand Down

0 comments on commit 154a606

Please sign in to comment.