mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-08 14:10:38 +08:00
Fix TravisCI condition
This commit is contained in:
@@ -6,7 +6,7 @@ services:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- stage: Build binaries
|
- stage: Build
|
||||||
|
|
||||||
# This must weirdly not have a dash, otherwise an empty job is created
|
# This must weirdly not have a dash, otherwise an empty job is created
|
||||||
env: BUILD=linux
|
env: BUILD=linux
|
||||||
@@ -55,5 +55,4 @@ deploy:
|
|||||||
local_dir: deploy
|
local_dir: deploy
|
||||||
on:
|
on:
|
||||||
repo: koalaman/shellcheck
|
repo: koalaman/shellcheck
|
||||||
condition: $TRAVIS_BUILD_STAGE_NAME = "Build binaries"
|
|
||||||
all_branches: true
|
all_branches: true
|
||||||
|
Reference in New Issue
Block a user