Skip to content

Commit

Permalink
add ability to customize cwd.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Jun 18, 2021
1 parent 831c03d commit 9350f1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ curl -L -o /srv/packagr/packagr-releasr $asset_url
chmod +x /srv/packagr/packagr-releasr

if [[ ! -z "${CUSTOM_WORKING_DIRECTORY}" ]]; then
echo "using custom dir: ${CUSTOM_WORKING_DIRECTORY}"
cd "${CUSTOM_WORKING_DIRECTORY}"
fi

Expand Down

0 comments on commit 9350f1c

Please sign in to comment.