Skip to content

Commit

Permalink
env_vars is no longer relative to build directory
Browse files Browse the repository at this point in the history
For java apps, the build option (which is translated to the --path flag)
now needs to point directly to a jar/war instead of to a directory. This
means the env_vars can no longer be pointed to relative to the build
directory.

Signed-off-by: Andrew Wittrock <[email protected]>
Co-authored-by: Andrew Wittrock <[email protected]>
  • Loading branch information
Jeremy Morony and Birdrock committed Dec 12, 2019
1 parent 153b877 commit 02ea666
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 02ea666

Please sign in to comment.