Newer
Older
before_script:
- "source ~gitlab-runner/cicd_support/cicd_support.shinc"
after_script:
- "source ~gitlab-runner/cicd_support/cicd_support.shinc"
stages:
- clean
- build
- test
- deploy
#
# Building
#
.do-build: &do-build
stage: build
script:
#
# testing docker container, plus weekly deployment
#
.do-deploy: &do-deploy
stage: deploy
script:
- ./cicd_testing/do-deploy.sh

Jason Hiser
committed
stage: deploy
artifacts:
paths:
- public
only:
- master