Sfoglia il codice sorgente

fix glci submodules

SBird1337 6 anni fa
parent
commit
57b467fb06
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3
    1
      .gitlab-ci.yml

+ 3
- 1
.gitlab-ci.yml Vedi File

@@ -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