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:
Tom Willemse 2020-05-13 20:40:24 -07:00
parent 636723fc5d
commit 1f3ea1cd05

View file

@ -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