Browse Source

Changement config CI

Loquicom 6 years ago
parent
commit
5eb8b6d1dc
2 changed files with 2 additions and 1 deletions
  1. 1 0
      .gitlab-ci.yml
  2. 1 1
      build.xml

+ 1 - 0
.gitlab-ci.yml

@@ -2,6 +2,7 @@ variables:
   GIT_SUBMODULE_STRATEGY: recursive
 
 before_script: 
+   - "CI_PROJECT_NAMESPACE=arthur_brandao"
    - "./checklinks.sh $CI_PROJECT_NAMESPACE"
    - "git submodule update --remote --init"
 

+ 1 - 1
build.xml

@@ -6,7 +6,7 @@
 	<property name="build" value="build" />
 	<property name="testreports" value="testreports" />
 	<property name="src" value="src" />
-	<property name="etudiant" value="arthur_brandao" />
+	<!--property name="etudiant" value="arthur_brandao" /-->
 
 	<!-- Define the SonarQube global properties (the most usual way is to pass these properties via the command line) -->
 	<property name="sonar.host.url" value="https://forge.univ-artois.fr/sonar67" />