Add missing volume entry

This commit is contained in:
Vaillant jeremy
2021-08-01 14:41:26 +02:00
parent 7f143ea725
commit 71cce49de9
+12
View File
@@ -35,6 +35,10 @@ trigger:
branch: branch:
- dev - dev
volumes:
- name: binary
temp: {}
--- ---
# Android Development version # Android Development version
@@ -78,6 +82,10 @@ trigger:
branch: branch:
- dev - dev
volumes:
- name: binary
temp: {}
--- ---
# Linux Development version # Linux Development version
@@ -115,6 +123,10 @@ trigger:
branch: branch:
- dev - dev
volumes:
- name: binary
temp: {}
--- ---
# For Production version # For Production version