Files
interblue.pl/modules/gamification/tools/get_prestashop.sh
2024-10-25 14:16:28 +02:00

11 lines
287 B
Bash

#!/bin/bash
echo Clone Prestashop
# Clone Prestashop into Build Folder
cd $TRAVIS_BUILD_DIR
git clone --depth=1 --branch=$PS_VERSION https://github.com/Prestashop/Prestashop.git $TRAVIS_BUILD_DIR
# PrestaShop configuration
cp tests/parameters.yml.travis app/config/parameters.yml