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
78cd0ceb
Commit
78cd0ceb
authored
Dec 02, 2016
by
rithu john
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*: update travis to use Go 1.7.4.
parent
7516d120
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 @
78cd0ceb
language
:
go
language
:
go
go
:
go
:
-
1.7.
3
-
1.7.
4
services
:
services
:
-
postgresql
-
postgresql
...
...
scripts/rkt-build
View file @
78cd0ceb
...
@@ -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.
3
-alpine
\
docker://golang:1.7.
4
-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