This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Torrion
/
arbitry
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
test
master
komarov
4 years ago
parent
3152344561
commit
bb022a64aa
1 changed files
with
13 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+13
-1
.drone.yml
+ 13
- 1
.drone.yml
View File
@@ -35,6 +35,7 @@ steps:
repo: registry:5000/arbitry_php_base
tags: ${DRONE_BRANCH//\\//-}
insecure: true
use_cache: true
build_args:
- PHP_VERSION=7.4.4
depends_on:
@@ -42,6 +43,9 @@ steps:
trigger:
status:
- success
volumes:
- name: docker
path: /var/lib/docker
- name: build_php_fpm
image: plugins/docker
@@ -58,4 +62,12 @@ steps:
- build_php_base
trigger:
status:
- success
- success
volumes:
- name: docker
path: /var/lib/docker
volumes:
- name: docker
host:
path: /var/lib/docker
Write
Preview
Loading…
Cancel
Save