feat: 示例补充 tags

This commit is contained in:
Tsukasa 2019-05-11 09:15:36 +08:00
parent 00d893bb78
commit 0794cc2349

View File

@ -12,5 +12,7 @@ cache:
- path/cache - path/cache
build_production: build_production:
stage: build stage: build
tags:
- build
script: script:
- bash ./scripts/lftp.sh ${HOST} ${USER} ${PASSWD} ${LOCAL_DIR} ${REMOTE_DIR} - bash ./scripts/lftp.sh ${HOST} ${USER} ${PASSWD} ${LOCAL_DIR} ${REMOTE_DIR}