Skip to content

Instantly share code, notes, and snippets.

View p2yang's full-sized avatar
🎯
Focusing

Joe p2yang

🎯
Focusing
View GitHub Profile
@p2yang
p2yang / .gitlab-ci.yml
Created May 7, 2018 06:07 — forked from thornbill/.gitlab-ci.yml
Example Node GitLab CI Yamlfile
# Official framework image. Look for the different tagged releases at:
# https://hub.docker.com/r/library/node/tags/
image: node:6
before_script:
- npm install
# This folder is cached between builds
# http://docs.gitlab.com/ce/ci/yaml/README.html#cache
cache: