Proper Devop Setup #20
1 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ pipeline:
|
|||
|
||||
test-frontend:
|
||||
# Alpine version doesn't have make
|
||||
image: node:16-alpine
|
||||
image: node:16
|
||||
pull: true
|
||||
group: test
|
||||
commands:
|
||||
|
|
@ -31,7 +31,7 @@ pipeline:
|
|||
event: push
|
||||
|
||||
lint-frontend:
|
||||
image: node:16-alpine
|
||||
image: node:16
|
||||
group: lint
|
||||
commands:
|
||||
- make flint
|
||||
|
|
|
|||
Reference in a new issue