Browse Source

Adding a gitlab build script

environments/production/deployments/9
Drew Short 8 years ago
parent
commit
67192bf2b9
  1. 12
      .gitlab-ci.yml

12
.gitlab-ci.yml

@ -0,0 +1,12 @@
stages:
- build
- deploy
job1:
stage: build
script:
- build-pdf-resume.sh
only:
- master
tags:
- linux
Loading…
Cancel
Save