Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jose Delgado
Integram
Commits
4d7cecb8
Commit
4d7cecb8
authored
7 years ago
by
requilence
Browse files
Options
Download
Email Patches
Plain Diff
fix circleci tests
parent
27a6471f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
.circleci/Dockerfile.test
.circleci/Dockerfile.test
+15
-0
No files found.
.circleci/Dockerfile.test
0 → 100644
View file @
4d7cecb8
FROM
golang
:
1.9
AS
builder
RUN
curl
-
fsSL
-
o
/
usr
/
local
/
bin
/
dep
https
://
github
.
com
/
golang
/
dep
/
releases
/
download
/
v0
.3.2
/
dep
-
linux
-
amd64
&&
chmod
+
x
/
usr
/
local
/
bin
/
dep
RUN
mkdir
-
p
/
go
/
src
/
github
.
com
/
requilence
/
integram
WORKDIR
/
go
/
src
/
github
.
com
/
requilence
/
integram
COPY
Gopkg
.
toml
Gopkg
.
lock
.
/
# install the dependencies without checking for go code
RUN
dep
ensure
-
vendor
-
only
COPY
.
.
/
CMD
[
"go"
,
"test"
,
"github.com/requilence/integram"
]
\ No newline at end of file
This diff is collapsed.
Click to expand it.
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