Skip to content

Instantly share code, notes, and snippets.

View pyrliu's full-sized avatar

Pyry Julius Liukas pyrliu

  • Taiste
  • Finland
View GitHub Profile
@pyrliu
pyrliu / .gitlab-ci.yml
Last active March 23, 2020 16:42
graphile-migrate with GitLab CI (community edition) "post-merge-master" validate, commit and push back to master
stages:
- pre-build
migrate-test:
image: node:12
stage: pre-build
only:
- master
allow_failure: false
before_script: