mirror of
https://github.com/deviantony/docker-elk.git
synced 2026-01-02 19:18:05 +01:00
ci: Remove unnecessary MODE declarations
This commit is contained in:
5
.github/workflows/scripts/run-tests-core.sh
vendored
5
.github/workflows/scripts/run-tests-core.sh
vendored
@@ -7,11 +7,6 @@ set -o pipefail
|
||||
source "$(dirname ${BASH_SOURCE[0]})/lib/testing.sh"
|
||||
|
||||
|
||||
declare MODE=""
|
||||
if [ "$#" -ge 1 ]; then
|
||||
MODE=$1
|
||||
fi
|
||||
|
||||
cid_es="$(container_id elasticsearch)"
|
||||
cid_ls="$(container_id logstash)"
|
||||
cid_kb="$(container_id kibana)"
|
||||
|
||||
Reference in New Issue
Block a user