refactor(npm-build): fix typo

This commit is contained in:
Alex Munoz 2022-05-27 16:02:29 +02:00 committed by Marcel Feix
parent a6ae039cd5
commit c89d4f44d8
No known key found for this signature in database
GPG Key ID: 04D016E104A25F03

View File

@ -1,3 +1,6 @@
variables:
FRONTEND_BUILD_DIR: 'dir/'
.npm-build:
image: $NODE_IMAGE
stage: build
@ -12,4 +15,4 @@
expire_in: 2 weeks
when: always
paths:
- '$FRONTEND_BUID_DIR'
- '$FRONTEND_BUILD_DIR'