mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-15 03:42:15 +01:00
renaming github.com/gulien to github.com/thecodingmachine
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user