Skip to content

Instantly share code, notes, and snippets.

@kwiss
Created February 29, 2020 14:11
Show Gist options
  • Save kwiss/46e6a588eb502deef67af45239d2787a to your computer and use it in GitHub Desktop.
Save kwiss/46e6a588eb502deef67af45239d2787a to your computer and use it in GitHub Desktop.
Build @planetexpress/app:
stage: "build"
variables:
INVALID_GIT_FILES_CHANGES: "true"
dependencies:
- Install app
needs:
- Install app
image: node:12-alpine
script:
- yarn workspace @planetexpress/app build
artifacts:
expire_in: 1 day
paths:
- packages/app/.next
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment