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
|
||||
|
||||
stage:
|
||||
stages:
|
||||
- pre-package
|
||||
- package
|
||||
- deploy
|
||||
|
@ -13,7 +13,7 @@ pre-package:
|
|||
- make
|
||||
artifacts:
|
||||
paths:
|
||||
- *.tar
|
||||
- /*.tar
|
||||
|
||||
package:
|
||||
stage: package
|
||||
|
|
Loading…
Reference in a new issue