fix: missing volume mount
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
surtur 2020-03-05 03:00:15 +01:00
parent fc39590475
commit f87f3eee9c
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -9,6 +9,9 @@ steps:
- name: reveal-env
pull: always
image: immawanderer/archlinux-rf
volumes:
- name: shm
path: /dev/shm
commands:
- uname -r
- python --version