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
164c3e5e
Commit
164c3e5e
authored
Feb 03, 2015
by
rsokolowski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix removal of release-staging files while running hack/e2e-test.sh
parent
0b801a91
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
common.sh
build/common.sh
+2
-0
No files found.
build/common.sh
View file @
164c3e5e
...
@@ -473,9 +473,11 @@ function kube::release::package_tarballs() {
...
@@ -473,9 +473,11 @@ function kube::release::package_tarballs() {
mkdir
-p
"
${
RELEASE_DIR
}
"
mkdir
-p
"
${
RELEASE_DIR
}
"
# Clean out cruft
# Clean out cruft
if
[
-d
"_output/release-stage/"
]
;
then
find _output/release-stage/
-name
'*~'
-exec
rm
{}
\;
find _output/release-stage/
-name
'*~'
-exec
rm
{}
\;
find _output/release-stage/
-name
'#*#'
-exec
rm
{}
\;
find _output/release-stage/
-name
'#*#'
-exec
rm
{}
\;
find _output/release-stage/
-name
'.DS*'
-exec
rm
{}
\;
find _output/release-stage/
-name
'.DS*'
-exec
rm
{}
\;
fi
kube::release::package_client_tarballs
kube::release::package_client_tarballs
kube::release::package_server_tarballs
kube::release::package_server_tarballs
...
...
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