Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dex
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
dex
Commits
75abce2b
Commit
75abce2b
authored
Nov 03, 2016
by
rithu leena john
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*: travis tests and build scripts should use Go 1.7.3.
parent
74eaec60
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.travis.yml
.travis.yml
+1
-1
rkt-build
scripts/rkt-build
+1
-1
No files found.
.travis.yml
View file @
75abce2b
language
:
go
language
:
go
go
:
go
:
-
1.7.
1
-
1.7.
3
services
:
services
:
-
postgresql
-
postgresql
...
...
scripts/rkt-build
View file @
75abce2b
...
@@ -8,6 +8,6 @@ sudo rkt run \
...
@@ -8,6 +8,6 @@ sudo rkt run \
--dns
=
8.8.8.8
\
--dns
=
8.8.8.8
\
--net
=
host
\
--net
=
host
\
--insecure-options
=
image
\
--insecure-options
=
image
\
docker://golang:1.7.
1
-alpine
\
docker://golang:1.7.
3
-alpine
\
--exec
=
/bin/sh
--
-x
-c
\
--exec
=
/bin/sh
--
-x
-c
\
'apk add --no-cache --update alpine-sdk && cd /go/src/github.com/coreos/dex && make release-binary'
'apk add --no-cache --update alpine-sdk && cd /go/src/github.com/coreos/dex && make release-binary'
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