Skip to content

Commit

Permalink
Fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
djelusic committed Jul 12, 2021
1 parent 437c3a7 commit 09cb1d1
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/mantil/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
WORK_DIR=~/work
ASSETS_DIR=$WORK_DIR/mantil-cli/internal/assets

zip funcs.zip $WORK_DIR/terraform-aws-modules/funcs/*.tf
zip -j funcs.zip $WORK_DIR/terraform-aws-modules/funcs/*.tf
mv funcs.zip $ASSETS_DIR/terraform/modules

(cd $ASSETS_DIR && go-bindata -pkg=assets -fs github/ terraform/modules/ terraform/templates/)
Expand Down
Loading

0 comments on commit 09cb1d1

Please sign in to comment.