Skip to content

Commit

Permalink
Add GOCACHE to package
Browse files Browse the repository at this point in the history
  • Loading branch information
vjacynycz committed Apr 5, 2024
1 parent 1860772 commit aa74b5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,5 @@ images/fastcgi-helloserver/rootfs/fastcgi-helloserver
cmd/plugin/release/ingress-nginx.yaml
cmd/plugin/release/*.tar.gz
cmd/plugin/release/LICENSE

dist
1 change: 1 addition & 0 deletions bin/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

BASEDIR="$(realpath "$(dirname "$0")/..")"
GODIR_ROOT="$BASEDIR/cmd"
GOCACHE="/tmp"

#### PREPARE
rm -rf "${BASEDIR}/dist"
Expand Down

0 comments on commit aa74b5a

Please sign in to comment.