Browse Source

Update .gitlab-ci.yml

environments/production/deployments/9
Drew Short 8 years ago
parent
commit
f28925b3c3
  1. 2
      .gitlab-ci.yml

2
.gitlab-ci.yml

@ -5,7 +5,7 @@ stages:
job1:
stage: build
script:
- build-pdf-resume.sh
- ./build-pdf-resume.sh
only:
- master
tags:
Loading…
Cancel
Save