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
40bb24d6
Commit
40bb24d6
authored
Sep 30, 2015
by
Brendan Burns
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Fix 'flock' command in hack/jenkins/e2e.sh"
parent
ae5355ee
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
e2e.sh
hack/jenkins/e2e.sh
+7
-7
No files found.
hack/jenkins/e2e.sh
View file @
40bb24d6
...
@@ -624,13 +624,13 @@ if [[ "${E2E_UP,,}" == "true" || "${JENKINS_FORCE_GET_TARS:-}" =~ ^[yY]$ ]]; the
...
@@ -624,13 +624,13 @@ if [[ "${E2E_UP,,}" == "true" || "${JENKINS_FORCE_GET_TARS:-}" =~ ^[yY]$ ]]; the
# gcloud bug can cause racing component updates to stomp on each
# gcloud bug can cause racing component updates to stomp on each
# other.
# other.
export
KUBE_SKIP_UPDATE
=
y
export
KUBE_SKIP_UPDATE
=
y
(
{
flock
-x
-n
9
sudo
flock
-x
-n
9
sudo
gcloud components update
-q
||
true
gcloud components update
-q
||
true
sudo
gcloud components update preview
-q
||
true
gcloud components update preview
-q
||
true
sudo
gcloud components update alpha
-q
||
true
gcloud components update alpha
-q
||
true
sudo
gcloud components update beta
-q
||
true
gcloud components update beta
-q
||
true
)
9>/var/run/lock/gcloud-components.lock
}
9>/var/run/lock/gcloud-components.lock
if
[[
!
-z
${
JENKINS_EXPLICIT_VERSION
:-}
]]
;
then
if
[[
!
-z
${
JENKINS_EXPLICIT_VERSION
:-}
]]
;
then
# Use an explicit pinned version like "ci/v0.10.0-101-g6c814c4" or
# Use an explicit pinned version like "ci/v0.10.0-101-g6c814c4" or
...
...
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