mirror of
https://github.com/zhigang1992/graphql-engine.git
synced 2026-06-14 01:35:06 +08:00
- Created new job test_and_build_cli_migrations which runs after test_and_build_cli - Build the cli-migrations and cli-migrations-v2 and save the images as tar image. - Run the test defined in each workflow v1 and v2. - Load the image that was built earlier in deploy step
5 lines
101 B
Docker
5 lines
101 B
Docker
FROM golang:1.13
|
|
|
|
# setup the working directory
|
|
WORKDIR /go/src/github.com/hasura/graphql-engine/cli
|