Browse Source

Updating gitlab-ci to use correct scripts

environments/production/deployments/9
Drew Short 5 years ago
parent
commit
74532c9357
  1. 8
      .gitlab-ci.yml

8
.gitlab-ci.yml

@ -5,14 +5,16 @@ stages:
build-resume:
stage: build
script:
- ./build-pdf-resume.sh
- ./build-html-resume.sh
- ./scripts/build-pdf-resume.sh
- ./scripts/build-pdf-resume-for-recruiters.sh
- ./scripts/build-html-resume.sh
only:
- master
tags:
- linux
artifacts:
paths:
- DPSResume.pdf
- resume.pdf
- resume_for_recruiters.pdf
- ResumeSite.tar.gz
Loading…
Cancel
Save