Skip to content

Commit

Permalink
Make the CI run again after git-credentials removal (#319)
Browse files Browse the repository at this point in the history
* CI fix

* One more fix
  • Loading branch information
alenkacz authored and runyontr committed Jun 8, 2019
1 parent 2cf3470 commit dfe2810
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions test/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
FROM kudobuilder/golang:1.12

WORKDIR $GOPATH/src/github.com/kudobuilder/kudo
COPY test/.git-credentials .git-credentials

COPY Makefile go.mod go.sum ./
RUN make download
COPY config/ config/
COPY pkg/ pkg/
COPY cmd/ cmd/

RUN cp .git-credentials ~/.git-credentials

ENTRYPOINT make test
1 change: 1 addition & 0 deletions test/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ then
docker run kudo-test
else
echo "Error when building test docker image, cannot run tests."
exit 1
fi

DOCKER_EXIT_CODE=$?
Expand Down

0 comments on commit dfe2810

Please sign in to comment.