Skip to content

Commit

Permalink
Install vendor dependencies on entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mathew-fleisch committed Jul 22, 2021
1 parent a559df8 commit e5851ba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ if [ -z "$SLACK_TOKEN" ]; then
echo "SLACK_TOKEN is not set. Please set it and try again."
exit 1
fi

# Install vendor dependencies
pushd scripts
./get-vendor-dependencies.sh $BASHBOT_CONFIG_FILEPATH ../vendor
popd

# If the log-level doesn't exist, set it to 'info'
LOG_LEVEL=${LOG_LEVEL:-info}
Expand Down

0 comments on commit e5851ba

Please sign in to comment.