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
783aa619
Commit
783aa619
authored
Feb 18, 2019
by
xichengliudui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix shellcheck in hack/
parent
4938cc37
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
6 deletions
+4
-6
.shellcheck_failures
hack/.shellcheck_failures
+0
-3
verify-test-images.sh
hack/verify-test-images.sh
+1
-1
verify-test-owners.sh
hack/verify-test-owners.sh
+2
-1
verify-typecheck.sh
hack/verify-typecheck.sh
+1
-1
No files found.
hack/.shellcheck_failures
View file @
783aa619
...
@@ -116,9 +116,6 @@
...
@@ -116,9 +116,6 @@
./hack/verify-staging-meta-files.sh
./hack/verify-staging-meta-files.sh
./hack/verify-symbols.sh
./hack/verify-symbols.sh
./hack/verify-test-featuregates.sh
./hack/verify-test-featuregates.sh
./hack/verify-test-images.sh
./hack/verify-test-owners.sh
./hack/verify-typecheck.sh
./test/cmd/apply.sh
./test/cmd/apply.sh
./test/cmd/apps.sh
./test/cmd/apps.sh
./test/cmd/authorization.sh
./test/cmd/authorization.sh
...
...
hack/verify-test-images.sh
View file @
783aa619
...
@@ -18,7 +18,7 @@ set -o errexit
...
@@ -18,7 +18,7 @@ set -o errexit
set
-o
nounset
set
-o
nounset
set
-o
pipefail
set
-o
pipefail
KUBE_ROOT
=
$(
dirname
"
${
BASH_SOURCE
}
"
)
/..
KUBE_ROOT
=
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
/..
cd
"
${
KUBE_ROOT
}
"
cd
"
${
KUBE_ROOT
}
"
result
=
0
result
=
0
...
...
hack/verify-test-owners.sh
View file @
783aa619
...
@@ -17,7 +17,8 @@ set -o errexit
...
@@ -17,7 +17,8 @@ set -o errexit
set
-o
nounset
set
-o
nounset
set
-o
pipefail
set
-o
pipefail
export
KUBE_ROOT
=
$(
dirname
"
${
BASH_SOURCE
}
"
)
/..
KUBE_ROOT
=
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
/..
export
KUBE_ROOT
source
"
${
KUBE_ROOT
}
/hack/lib/init.sh"
source
"
${
KUBE_ROOT
}
/hack/lib/init.sh"
...
...
hack/verify-typecheck.sh
View file @
783aa619
...
@@ -18,7 +18,7 @@ set -o errexit
...
@@ -18,7 +18,7 @@ set -o errexit
set
-o
nounset
set
-o
nounset
set
-o
pipefail
set
-o
pipefail
KUBE_ROOT
=
$(
dirname
"
${
BASH_SOURCE
}
"
)
/..
KUBE_ROOT
=
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
/..
source
"
${
KUBE_ROOT
}
/hack/lib/init.sh"
source
"
${
KUBE_ROOT
}
/hack/lib/init.sh"
kube::golang::verify_go_version
kube::golang::verify_go_version
...
...
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