Skip to content

Commit

Permalink
Fix pull request job for Plone 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Jun 22, 2018
1 parent 179df4d commit 217eb33
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions jobs/scripts/pr-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ if [ "$COREDEV" = "1" ]; then
fi

if [ "{plone-version}" = "4.3" ]; then
pip install setuptools==26.1.1
python bootstrap.py -c jenkins.cfg
bin/buildout -c jenkins.cfg
pip install setuptools==26.1.1 zc.buildout==1.7.1
buildout -c jenkins.cfg
else
pip install -r requirements.txt
buildout -c core.cfg
Expand Down

0 comments on commit 217eb33

Please sign in to comment.