Skip to content

Commit

Permalink
Merge pull request #1183 from gliderlabs/create-profile-d
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez authored Apr 1, 2024
2 parents bc6c5a9 + 593f9f2 commit 88914c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/buildpack.bash
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ buildpack-execute() {
fi
if [[ -f "$build_path/.release" ]]; then
config_vars="$(cat "$build_path/.release" | yaml-get config_vars)"
unprivileged mkdir -p "$build_path/.profile.d"
unprivileged touch "$build_path/.profile.d/00_config_vars.sh"
if [[ "$config_vars" ]]; then
mkdir -p "$build_path/.profile.d"
Expand Down

0 comments on commit 88914c8

Please sign in to comment.