Skip to content

Commit

Permalink
Merge pull request #10 from shamus/master
Browse files Browse the repository at this point in the history
env_vars is no longer relative to build directory
  • Loading branch information
Brendan Nolan authored Jan 9, 2020
2 parents 153b877 + 02ea666 commit 40e0758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion out
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ fi
pack_args=""

if [ ! -z $env_file ]; then
pack_args="$pack_args --env-file $build/$env_file"
pack_args="$pack_args --env-file $env_file"
fi

pack build $repository:$tag_name $pack_args --path $build
Expand Down

0 comments on commit 40e0758

Please sign in to comment.