Skip to content

Instantly share code, notes, and snippets.

@seogi1004
Created January 8, 2019 10:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seogi1004/52cb4c3241cd84aa63042ee0d28d30d8 to your computer and use it in GitHub Desktop.
Save seogi1004/52cb4c3241cd84aa63042ee0d28d30d8 to your computer and use it in GitHub Desktop.
...
FE_Build:
extends: .Job_Only
image: node:10
stage: febuild
before_script:
- npm install
script:
- npm run dist
- ls -all ./src/main/resources/static
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment