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: job1:
stage: build stage: build
script: script:
- build-pdf-resume.sh
- ./build-pdf-resume.sh
only: only:
- master - master
tags: tags:
Loading…
Cancel
Save