Skip to content

Commit

Permalink
Fixed deploy script to include all products.
Browse files Browse the repository at this point in the history
  • Loading branch information
ylussaud committed Oct 17, 2023
1 parent 99e26fb commit 3ca1877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prepare-deploy-local-dir.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ mkdir -p $DEPLOY_LOCAL_DIR
# Copy update-site to deploy local dir
cp -r $UPDATE_SITE_DIR/* $DEPLOY_LOCAL_DIR
# Copy product to deploy local dir
cp $PRODUCT_DIR/*.zip $DEPLOY_LOCAL_DIR
cp $PRODUCT_DIR/m2doc*.z* $DEPLOY_LOCAL_DIR
echo "find ${DEPLOY_LOCAL_DIR}"
find $DEPLOY_LOCAL_DIR

0 comments on commit 3ca1877

Please sign in to comment.