Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F8613624
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
762 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f46aafcea..da994893c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -85,6 +85,11 @@ build-1.15.8-otp-26:
- .build_changes_policy
- .using-ci-base
stage: build
+ artifacts:
+ paths:
+ - deps
+ - _build
+ expire_in: 30 days
script:
- mix compile --force
@@ -134,6 +139,8 @@ unit-testing-1.15.8-otp-26:
- .build_changes_policy
- .using-ci-base
stage: test
+ dependencies:
+ - build-1.15.8-otp-26
cache: &testing_cache_policy
<<: *global_cache_policy
policy: pull
@@ -274,7 +281,8 @@ spec-deploy:
strategy: depend
only:
- develop@pleroma/pleroma
-
+ variables:
+ PIPELINE_ID: $CI_PIPELINE_ID
stop_review_app:
image: alpine:3.9
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sat, Oct 25, 5:26 PM (19 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
553231
Default Alt Text
(762 B)
Attached To
Mode
rPUBE pleroma-upstream
Attached
Detach File
Event Timeline
Log In to Comment