Commit 3712cecd authored by 吕祺's avatar 吕祺 ⛹🏽

Update .gitlab-ci.yml

parent e19cfe99
...@@ -19,16 +19,16 @@ compile_articles: ...@@ -19,16 +19,16 @@ compile_articles:
- node utils/articleAggregate.js - node utils/articleAggregate.js
- sh utils/commit.sh - sh utils/commit.sh
compress_images: # compress_images:
stage: build # stage: build
# when: manual # # when: manual
environment: # environment:
name: release # name: release
only: # only:
- master # - master
script: # script:
- yarn # - yarn
- sh utils/imageCompress.sh # - sh utils/imageCompress.sh
deploy: deploy:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment