add submodule in deploy procedure

XiaochaoGONG 2018-11-13 17:19:39 +08:00
parent 2ef7f9110f
commit 70087d0963
1 changed files with 0 additions and 2 deletions

View File

@ -114,8 +114,6 @@ push_to_github:
- /^v\d+\.\d+(\.\d+)?($|-)/ - /^v\d+\.\d+(\.\d+)?($|-)/
when: on_success when: on_success
dependencies: [] dependencies: []
before_script:
- echo "skip default before_script"
script: script:
- mkdir -p ~/.ssh - mkdir -p ~/.ssh
- chmod 700 ~/.ssh - chmod 700 ~/.ssh