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
38f2771c2e
commit
dc007788b0
1 changed files
with
2 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-4
.drone.yml
+ 2
- 4
.drone.yml
View File
@@ -13,8 +13,6 @@ steps:
- name: restore_cache
image: meltwater/drone-cache
pull: true
commands:
- mkdir /tmp/cache
settings:
backend: "filesystem"
restore: true
@@ -24,7 +22,7 @@ steps:
- /drone/docker
volumes:
- name: cache
path: /
drone/docker
path: /
tmp/cache
- name: clone
image: docker:git
@@ -105,7 +103,7 @@ steps:
- /drone/docker
volumes:
- name: cache
path: /
drone/docker
path: /
tmp/cache
volumes:
- name: cache
Write
Preview
Loading…
Cancel
Save