renaming github.com/gulien to github.com/thecodingmachine

This commit is contained in:
Julien Neuhart
2018-04-06 12:19:14 +02:00
parent a5bcd64c9a
commit 23edd518fd
14 changed files with 35 additions and 35 deletions

View File

@@ -9,7 +9,7 @@ tasks:
short: Runs tests inside a container
run:
- docker build -t gotenberg:tests -f Dockerfile.tests .
- docker run --rm -e "VERSION={{ .Orbit.Version }}" -v "$(pwd)/_ci:/go/src/github.com/gulien/gotenberg/_ci" gotenberg:tests
- docker run --rm -e "VERSION={{ .Orbit.Version }}" -v "$(pwd)/_ci:/go/src/github.com/thecodingmachine/gotenberg/_ci" gotenberg:tests
- use: build
short: Builds a Linux binary and the Docker image