Use our own 1.15 ci-base image
This commit is contained in:
parent
1790400313
commit
68f421c203
|
@ -85,7 +85,7 @@ build-1.15.7-otp-25:
|
||||||
- .build_changes_policy
|
- .build_changes_policy
|
||||||
- .using-ci-base
|
- .using-ci-base
|
||||||
stage: build
|
stage: build
|
||||||
image: elixir:1.15.7-otp-25
|
image: git.pleroma.social:5050/pleroma/pleroma/ci-base-1.15
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
script:
|
script:
|
||||||
- mix compile --force
|
- mix compile --force
|
||||||
|
@ -147,7 +147,7 @@ unit-testing-1.15.7-otp-25:
|
||||||
- .build_changes_policy
|
- .build_changes_policy
|
||||||
- .using-ci-base
|
- .using-ci-base
|
||||||
stage: test
|
stage: test
|
||||||
image: elixir:1.15.7-otp-25
|
image: git.pleroma.social:5050/pleroma/pleroma/ci-base-1.15
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
cache: *testing_cache_policy
|
cache: *testing_cache_policy
|
||||||
services: *testing_services
|
services: *testing_services
|
||||||
|
|
Loading…
Reference in New Issue