Skip to content

Commit 7655bcd

Browse files
committed
test
1 parent 4270942 commit 7655bcd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,6 @@ jobs:
154154
- image: cibuilds/github:0.10
155155
steps:
156156
- checkout
157-
- run:
158-
name: Install System Dependencies
159-
command: sudo apt-get update && sudo apt-get install zip
160157
- run:
161158
name: zip folders
162159
command: zip -r examples.zip examples && zip -r NumCalc_WindowsExe.zip NumCalc_WindowsExe
@@ -166,7 +163,7 @@ jobs:
166163
go get github.com/tcnksm/ghr
167164
ghr -t ${GITHUB_TOKEN} -u ahms5 -r Mesh2scattering -c ${CIRCLE_SHA1} -delete v001 ./release/
168165
169-
166+
170167
# Invoke jobs via workflows
171168
# See: https://circleci.com/docs/2.0/configuration-reference/#workflows
172169
workflows:

0 commit comments

Comments
 (0)