Skip to content

Commit

Permalink
Merge pull request #14 from vibrato/fixing_build
Browse files Browse the repository at this point in the history
Fixing build issue with scaffolding being removed
  • Loading branch information
TWinsnes authored Aug 9, 2018
2 parents c3672cf + fa67a0d commit 403ceb8
Showing 1 changed file with 0 additions and 6 deletions.
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

0 comments on commit 403ceb8

Please sign in to comment.