shuffle keys around
This commit is contained in:
parent
33f9dde2e5
commit
a2b3077666
1 changed files with 5 additions and 5 deletions
|
@ -1,13 +1,13 @@
|
||||||
default-job:
|
default-job:
|
||||||
script:
|
script:
|
||||||
- make
|
- make
|
||||||
dependencies: []
|
dependencies: []
|
||||||
|
|
||||||
release-job:
|
release-job:
|
||||||
script:
|
script:
|
||||||
- make
|
- make
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- dist/*.tar.gz
|
- dist/*.tar.gz
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue