Files
gpw_next/.gitlab-ci.yml
T
2021-10-26 15:51:23 +00:00

14 lines
226 B
YAML

variables:
VERS_MAIN: '0.1'
APP_NAME: 'QRCODEREADER'
stages:
- deploy
qrcodegenerator:deploy:
stage: deploy
tags:
- win
script:
- 'robocopy . "$env:DEST_PATH" /MIR /XF Thumbs.db *.yml *.md /XD .git /R:0'