Skip to content

Commit 403ceb8

Browse files
authored
Merge pull request #14 from vibrato/fixing_build
Fixing build issue with scaffolding being removed
2 parents c3672cf + fa67a0d commit 403ceb8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.circleci/config.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -136,12 +136,6 @@ jobs:
136136
export version=$(cat versionfile)
137137
138138
zip -r "output/TechTestApp_${version}_win32.zip" dist/*
139-
140-
- run:
141-
name: Package up scaffolding
142-
command: |
143-
export version=$(cat versionfile)
144-
zip -r "output/scaffolds_${version}.zip" scaffolds
145139
146140
- run:
147141
name: Release if new version

0 commit comments

Comments
 (0)