Skip to content

Commit

Permalink
Merge remote-tracking branch 'gl/devel' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Jul 23, 2024
2 parents 5047225 + cf0f0d3 commit c8c424c
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ variables:

stable-24.04-build:
image: gitlab.laas.fr:4567/humanoid-path-planner/hpp-doc:24.04
allow_failure: true
only:
- stable
<<: *build_definition
Expand All @@ -83,15 +82,13 @@ stable-22.04-build:
<<: *build_definition

stable-20.04-build:
allow_failure: true
image: gitlab.laas.fr:4567/humanoid-path-planner/hpp-doc:20.04
only:
- stable
<<: *build_definition

devel-24.04-build:
image: gitlab.laas.fr:4567/humanoid-path-planner/hpp-doc:24.04
allow_failure: true
only:
- devel
<<: *build_definition
Expand All @@ -104,14 +101,12 @@ devel-22.04-build:

devel-20.04-build:
image: gitlab.laas.fr:4567/humanoid-path-planner/hpp-doc:20.04
allow_failure: true
only:
- devel
<<: *build_definition

stable-24.04-test:
image: gitlab.laas.fr:4567/humanoid-path-planner/hpp-doc:24.04
allow_failure: true
dependencies:
- stable-24.04-build
only:
Expand All @@ -128,7 +123,6 @@ stable-22.04-test:

stable-20.04-test:
image: gitlab.laas.fr:4567/humanoid-path-planner/hpp-doc:20.04
allow_failure: true
dependencies:
- stable-20.04-build
only:
Expand All @@ -137,7 +131,6 @@ stable-20.04-test:

devel-24.04-test:
image: gitlab.laas.fr:4567/humanoid-path-planner/hpp-doc:24.04
allow_failure: true
dependencies:
- devel-24.04-build
only:
Expand All @@ -154,7 +147,6 @@ devel-22.04-test:

devel-20.04-test:
image: gitlab.laas.fr:4567/humanoid-path-planner/hpp-doc:20.04
allow_failure: true
dependencies:
- devel-20.04-build
only:
Expand All @@ -163,7 +155,6 @@ devel-20.04-test:

stable-24.04-doc:
image: gitlab.laas.fr:4567/humanoid-path-planner/hpp-doc:24.04
allow_failure: true
dependencies:
- stable-24.04-build
only:
Expand All @@ -172,7 +163,6 @@ stable-24.04-doc:

stable-22.04-doc:
image: gitlab.laas.fr:4567/humanoid-path-planner/hpp-doc:22.04
allow_failure: true
dependencies:
- stable-22.04-build
only:
Expand All @@ -189,7 +179,6 @@ stable-20.04-doc:

devel-24.04-doc:
image: gitlab.laas.fr:4567/humanoid-path-planner/hpp-doc:24.04
allow_failure: true
dependencies:
- devel-24.04-build
only:
Expand All @@ -198,7 +187,6 @@ devel-24.04-doc:

devel-22.04-doc:
image: gitlab.laas.fr:4567/humanoid-path-planner/hpp-doc:22.04
allow_failure: true
dependencies:
- devel-22.04-build
only:
Expand Down

0 comments on commit c8c424c

Please sign in to comment.