Skip to content

Commit

Permalink
BUG - config.json is not in the package
Browse files Browse the repository at this point in the history
  • Loading branch information
nadine-belanova authored Apr 15, 2019
1 parent cc9666a commit 69bdafe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if [ "$TASK" = "build" ]; then

echo CREATE ZIP FILE = "${PRODUCT_NAME}_${PRODUCT_VERSION}.zip"

zip -r ${PRODUCT_NAME}_${PRODUCT_VERSION}.zip data/settings/modules modules static system vendor dev ".htaccess" dav.php index.php LICENSE VERSION README.md favicon.ico robots.txt composer.json composer.lock modules.json gulpfile.js pre-config.json -x **/*.bak *.git*
zip -r ${PRODUCT_NAME}_${PRODUCT_VERSION}.zip data/settings/config.json data/settings/modules modules static system vendor dev ".htaccess" dav.php index.php LICENSE VERSION README.md favicon.ico robots.txt composer.json composer.lock modules.json gulpfile.js pre-config.json -x **/*.bak *.git*
fi

if [ "$TASK" = "upload" ]; then
Expand Down

0 comments on commit 69bdafe

Please sign in to comment.