Skip to content
Merged
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
6 changes: 0 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,6 @@ jobs:
export version=$(cat versionfile)

zip -r "output/TechTestApp_${version}_win32.zip" dist/*

- run:
name: Package up scaffolding
command: |
export version=$(cat versionfile)
zip -r "output/scaffolds_${version}.zip" scaffolds

- run:
name: Release if new version
Expand Down