Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
125dc6c8
Unverified
Commit
125dc6c8
authored
Feb 21, 2019
by
Kubernetes Prow Robot
Committed by
GitHub
Feb 21, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #74187 from xichengliudui/fixgolint0218
Fix shellcheck lint errors in cluster/addons/fluentd-elasticsearch/fl……uentd-es-image/run.sh
parents
9fcbf02d
053332ad
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
run.sh
cluster/addons/fluentd-elasticsearch/fluentd-es-image/run.sh
+4
-0
.shellcheck_failures
hack/.shellcheck_failures
+0
-1
No files found.
cluster/addons/fluentd-elasticsearch/fluentd-es-image/run.sh
View file @
125dc6c8
...
@@ -20,4 +20,8 @@
...
@@ -20,4 +20,8 @@
# For systems without journald
# For systems without journald
mkdir
-p
/var/log/journal
mkdir
-p
/var/log/journal
# Use exec to get the signal
# A non-quoted string and add the comment to prevent shellcheck failures on this line.
# See https://github.com/koalaman/shellcheck/wiki/SC2086
# shellcheck disable=SC2086
exec
/usr/local/bin/fluentd
$FLUENTD_ARGS
exec
/usr/local/bin/fluentd
$FLUENTD_ARGS
hack/.shellcheck_failures
View file @
125dc6c8
./build/lib/release.sh
./build/lib/release.sh
./cluster/addons/addon-manager/kube-addons.sh
./cluster/addons/addon-manager/kube-addons.sh
./cluster/addons/fluentd-elasticsearch/es-image/run.sh
./cluster/addons/fluentd-elasticsearch/es-image/run.sh
./cluster/addons/fluentd-elasticsearch/fluentd-es-image/run.sh
./cluster/clientbin.sh
./cluster/clientbin.sh
./cluster/common.sh
./cluster/common.sh
./cluster/gce/config-common.sh
./cluster/gce/config-common.sh
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment