Stable version v0.7.1

This release is dedicated to the board game Pandemic, for teaching us
relevant survival skills like how to stay inside and play board games.
This commit is contained in:
Vidar Holen
2020-04-04 17:14:02 -07:00
parent bd717c9d1b
commit f7547c9a5a
5 changed files with 13 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ jobs:
- stage: Deploy docker image
# Deploy only for pushes to master branch, not other branches, not PRs.
if: branch = master AND type = push
if: type = push
script:
- source ./.multi_arch_docker
- set -ex; multi_arch_docker::main; set +x