Browse Source

Remplacement variable CI

Arthur Brandao 6 năm trước cách đây
mục cha
commit
ed1c271bd6
1 tập tin đã thay đổi với 2 bổ sung3 xóa
  1. 2 3
      .gitlab-ci.yml

+ 2 - 3
.gitlab-ci.yml

@@ -2,12 +2,11 @@ variables:
   GIT_SUBMODULE_STRATEGY: recursive
 
 before_script: 
-   - "CI_PROJECT_NAMESPACE=\"arthur_brandao\""
-   - "./checklinks.sh $CI_PROJECT_NAMESPACE"
+   - "./checklinks.sh arthur_brandao"
    - "git submodule update --remote --init"
 
 tests:
-   script: "ant -Detudiant=$CI_PROJECT_NAMESPACE sonar"
+   script: "ant -Detudiant=arthur_brandao sonar"
    artifacts:
      untracked: true
    tags: