Skip to content

Commit

Permalink
Merging maven bootstrap config
Browse files Browse the repository at this point in the history
  • Loading branch information
Marthym committed Dec 10, 2018
2 parents 5e8a3f5 + 7bc108f commit 625ee4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .bootstrap_config
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"maven" :["."]}
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: docker.i-run.fr/irun-compiler:20180720.01
image: docker.i-run.fr/irun-compiler:20181123.01

variables:
#GIT_SUBMODULE_STRATEGY: normal
Expand All @@ -22,7 +22,7 @@ stages:
maven:build:
stage: build
script:
- mvn ${MAVEN_CLI_OPTS} clean compile
- mvn ${MAVEN_CLI_OPTS} clean compile -DskipTests
artifacts:
when: on_success
expire_in: 1 hour
Expand Down Expand Up @@ -95,7 +95,7 @@ slack:failure:
variables:
GIT_STRATEGY: none
script:
- curl -s -o "./user-mapping.sh" "https://gitlab.i-run.fr/snippets/2/raw"
- curl -s -o "./user-mapping.sh" "https://gitlab.i-run.fr/share/snippet/snippets/9/raw"
- curl -s -o "./feature-fail.json" "https://gitlab.i-run.fr/share/snippet/snippets/8/raw"
- source "./user-mapping.sh"
- |
Expand Down

0 comments on commit 625ee4c

Please sign in to comment.