Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion tests/smoke/build-all-templates.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down