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
4df02478
Commit
4df02478
authored
Mar 04, 2016
by
Michelle Noorali
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #333 from michelleN/circle-setup
chore(*): set up circleci
parents
d6ed7aea
bb9afd47
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
+25
-0
circle.yml
circle.yml
+25
-0
No files found.
circle.yml
0 → 100644
View file @
4df02478
machine
:
environment
:
GLIDE_VERSION
:
"
0.9.1"
GO15VENDOREXPERIMENT
:
1
GOPATH
:
/usr/local/go_workspace
HOME
:
/home/ubuntu
IMPORT_PATH
:
"
github.com/kubernetes/deployment-manager"
dependencies
:
override
:
-
sudo chown -R $(whoami):staff /usr/local
-
cd $GOPATH
-
mkdir -p $GOPATH/src/$IMPORT_PATH
-
cd $HOME/deployment-manager
-
rsync -azC --delete ./ "$GOPATH/src/$IMPORT_PATH/"
-
wget "https://github.com/Masterminds/glide/releases/download/$GLIDE_VERSION/glide-$GLIDE_VERSION-linux-amd64.tar.gz"
-
mkdir -p $HOME/bin
-
tar -vxz -C $HOME/bin --strip=1 -f glide-$GLIDE_VERSION-linux-amd64.tar.gz
-
export PATH="$HOME/bin:$PATH" GLIDE_HOME="$HOME/.glide"
-
cd $GOPATH/src/$IMPORT_PATH
-
sudo pip install -r expansion/requirements.txt
test
:
override
:
-
cd $GOPATH/src/$IMPORT_PATH && make bootstrap test
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