Skip to content

Commit

Permalink
fix: release files lack vendor/autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxpiper committed Jan 21, 2024
1 parent f7a35a8 commit 6fb9a83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ test $# -eq 1 || usage
VERSION=$1
CWD=$(pwd)

# Install composer dependencies (with autoload file generation enabled)
composer install --no-scripts;

TMP_DIR=$(mktemp -d 2>/dev/null || mktemp -d -t platform-build)
WORK_DIR=$TMP_DIR/ushahidi-platform-bundle-${VERSION}
mkdir $WORK_DIR
Expand Down

0 comments on commit 6fb9a83

Please sign in to comment.