Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
helm3
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
helm3
Commits
cc7ee849
Unverified
Commit
cc7ee849
authored
Feb 27, 2018
by
Matthew Fisher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove deprecated -e flag to `docker login`
parent
4c7fefd8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
deploy.sh
.circleci/deploy.sh
+1
-1
No files found.
.circleci/deploy.sh
View file @
cc7ee849
...
...
@@ -48,7 +48,7 @@ echo "Configuring gcloud authentication"
echo
"
${
GCLOUD_SERVICE_KEY
}
"
|
base64
--decode
>
"
${
HOME
}
/gcloud-service-key.json"
${
HOME
}
/google-cloud-sdk/bin/gcloud auth activate-service-account
--key-file
"
${
HOME
}
/gcloud-service-key.json"
${
HOME
}
/google-cloud-sdk/bin/gcloud config
set
project
"
${
PROJECT_NAME
}
"
docker login
-
e
1234@5678.com
-
u
_json_key
-p
"
$(
cat
${
HOME
}
/gcloud-service-key.json
)
"
https://gcr.io
docker login
-u
_json_key
-p
"
$(
cat
${
HOME
}
/gcloud-service-key.json
)
"
https://gcr.io
echo
"Building the tiller image"
make docker-build
VERSION
=
"
${
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