mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-10 08:26:09 +08:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user