gitlab-ci testing
This commit is contained in:
parent
67e2ab7d4a
commit
a62f301df8
1 changed files with 6 additions and 6 deletions
|
@ -3,8 +3,8 @@ image: node:latest
|
|||
stages:
|
||||
- prepare
|
||||
- test
|
||||
- bar
|
||||
- build
|
||||
- deploy
|
||||
|
||||
cache: &global_cache
|
||||
key:
|
||||
|
@ -40,6 +40,11 @@ lint:
|
|||
# cache:
|
||||
# <<: *global_cache
|
||||
|
||||
foo:
|
||||
stage: bar
|
||||
script:
|
||||
- ls dist
|
||||
|
||||
build:
|
||||
stage: build
|
||||
script:
|
||||
|
@ -51,11 +56,6 @@ build:
|
|||
- dist/
|
||||
expire_in: 1 week
|
||||
|
||||
foo:
|
||||
stage: deploy
|
||||
script:
|
||||
- ls dist
|
||||
|
||||
# deploy:
|
||||
# stage: deploy
|
||||
# # dependencies:
|
||||
|
|
Loading…
Reference in a new issue