Fix .gitlab-ci.yml
- ‘stage’ doesn’t exist as a top-level key. - It looks like the ‘paths’ in ‘artifacts’ can’t start with a glob.
This commit is contained in:
parent
636723fc5d
commit
1f3ea1cd05
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
image: silex/emacs:26.3-alpine-dev
|
image: silex/emacs:26.3-alpine-dev
|
||||||
|
|
||||||
stage:
|
stages:
|
||||||
- pre-package
|
- pre-package
|
||||||
- package
|
- package
|
||||||
- deploy
|
- deploy
|
||||||
|
@ -13,7 +13,7 @@ pre-package:
|
||||||
- make
|
- make
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- *.tar
|
- /*.tar
|
||||||
|
|
||||||
package:
|
package:
|
||||||
stage: package
|
stage: package
|
||||||
|
|
Loading…
Reference in a new issue