diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index b6ef48e..c185209 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -14,6 +14,7 @@ Bug fixes:: Infrastructure Improvements:: * Further improvements to Jenkins CI system fixed Windows 7 build issues ({uri-issue}108[#108], {uri-issue}110[#110]) +* Jenkins CI system can now perform smoke tests on external PRs ({uri-issue}123[#123]) == 0.4.0 diff --git a/tests/smoke/build-all-templates.sh b/tests/smoke/build-all-templates.sh index fa55643..1c1ab8d 100755 --- a/tests/smoke/build-all-templates.sh +++ b/tests/smoke/build-all-templates.sh @@ -16,7 +16,9 @@ # export PATH=$PATH:$HOME/.local/bin -pip3 install --upgrade git+https://github.com/GoSecure/malboxes.git@${GIT_BRANCH#*/}#egg=malboxes + +echo "Performing a local install of malboxes in development mode" +pip3 install -e . echo "Fetching all templates..." TEMPLATES=`malboxes list | head -n-1 | tail -n+3`