ソースを参照

fix glci submodules

SBird1337 6 年 前
コミット
57b467fb06
共有1 個のファイルを変更した3 個の追加1 個の削除を含む
  1. 3
    1
      .gitlab-ci.yml

+ 3
- 1
.gitlab-ci.yml ファイルの表示

@@ -24,8 +24,10 @@ before_script:
24 24
   - echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts
25 25
   - chmod 644 ~/.ssh/known_hosts
26 26
 
27
-  - echo "$SSH_HOST2 > ~/.ssh/config
27
+  - echo "$SSH_HOST" > ~/.ssh/config
28 28
   - chmod 644 ~/.ssh/config
29
+  - git submodule sync --recursive
30
+  - git submodule update --init
29 31
 
30 32
 stages:
31 33
   - build