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
f61a677a
Commit
f61a677a
authored
Sep 07, 2016
by
Kubernetes Submit Queue
Committed by
GitHub
Sep 07, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #32013 from david-mcmahon/push-from-release
Automatic merge from submit-queue Call push-ci-build.sh from the kubernetes/release repo.
parents
4c9ab4e8
329b581c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
build.sh
hack/jenkins/build.sh
+2
-4
No files found.
hack/jenkins/build.sh
View file @
f61a677a
...
@@ -67,7 +67,7 @@ make release
...
@@ -67,7 +67,7 @@ make release
# Push to GCS?
# Push to GCS?
if
[[
${
KUBE_SKIP_PUSH_GCS
:-}
=
~ ^[yY]
$
]]
;
then
if
[[
${
KUBE_SKIP_PUSH_GCS
:-}
=
~ ^[yY]
$
]]
;
then
echo
"Not pushed to GCS..."
echo
"Not pushed to GCS..."
el
if
${
RELEASE_INFRA_PUSH
-
}
;
then
el
se
readonly
release_infra_clone
=
"
${
WORKSPACE
}
/_tmp/release.git"
readonly
release_infra_clone
=
"
${
WORKSPACE
}
/_tmp/release.git"
mkdir
-p
${
WORKSPACE
}
/_tmp
mkdir
-p
${
WORKSPACE
}
/_tmp
git clone https://github.com/kubernetes/release
${
release_infra_clone
}
git clone https://github.com/kubernetes/release
${
release_infra_clone
}
...
@@ -84,9 +84,7 @@ elif ${RELEASE_INFRA_PUSH-}; then
...
@@ -84,9 +84,7 @@ elif ${RELEASE_INFRA_PUSH-}; then
${
FEDERATION
}
&&
federation_flag
=
"--federation"
${
FEDERATION
}
&&
federation_flag
=
"--federation"
${
SET_NOMOCK_FLAG
}
&&
mock_flag
=
"--nomock"
${
SET_NOMOCK_FLAG
}
&&
mock_flag
=
"--nomock"
${
release_infra_clone
}
/push-ci-build.sh
${
bucket_flag
-
}
${
federation_flag
-
}
\
${
release_infra_clone
}
/push-ci-build.sh
${
bucket_flag
-
}
${
federation_flag
-
}
\
${
mock_flag
-
}
${
mock_flag
-
}
--verbose
else
./build/push-ci-build.sh
fi
fi
sha256sum
_output/release-tars/kubernetes
*
.tar.gz
sha256sum
_output/release-tars/kubernetes
*
.tar.gz
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