Skip to content

Commit cab15eb

Browse files
committed
move config to circleci
1 parent 3908218 commit cab15eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
version: 2.1
22
jobs:
33
pack-asc:
4-
docker:
4+
docker:
55
- image: alpine:latest
66
steps:
77
- checkout
88
- run:
99
command: |
1010
apk update && apk add zip ca-certificates
1111
mkdir -p build
12-
zip asc500_base.py asc500_const.py asc500_example_01.py
12+
zip asc500.zip asc500_base.py asc500_const.py asc500_example_01.py
1313
mv *.zip build
1414
- persist_to_workspace:
1515
root: .
@@ -45,4 +45,4 @@ workflows:
4545
branches:
4646
ignore: /.*/
4747
tags:
48-
only: /^\d+\.\d+\.\d+$/
48+
only: /^\d+\.\d+\.\d+$/

0 commit comments

Comments
 (0)