We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4270942 commit 7655bcdCopy full SHA for 7655bcd
.circleci/config.yml
@@ -154,9 +154,6 @@ jobs:
154
- image: cibuilds/github:0.10
155
steps:
156
- checkout
157
- - run:
158
- name: Install System Dependencies
159
- command: sudo apt-get update && sudo apt-get install zip
160
- run:
161
name: zip folders
162
command: zip -r examples.zip examples && zip -r NumCalc_WindowsExe.zip NumCalc_WindowsExe
@@ -166,7 +163,7 @@ jobs:
166
163
go get github.com/tcnksm/ghr
167
164
ghr -t ${GITHUB_TOKEN} -u ahms5 -r Mesh2scattering -c ${CIRCLE_SHA1} -delete v001 ./release/
168
165
169
-
+
170
# Invoke jobs via workflows
171
# See: https://circleci.com/docs/2.0/configuration-reference/#workflows
172
workflows:
0 commit comments