mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
ci: add pro server jobs to buildkite
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/2463 Co-authored-by: Divi <32202683+imperfect-fourth@users.noreply.github.com> GitOrigin-RevId: e267657d47dc25e49787f87ff46ce16f285d9565
This commit is contained in:
parent
09ae6af337
commit
80cb68332c
@ -3,7 +3,7 @@ PARENT_DIR := $(shell dirname $(PWD))
|
|||||||
VERSION ?= $(shell ../get-version.sh)
|
VERSION ?= $(shell ../get-version.sh)
|
||||||
BUILD_DIR ?= /build
|
BUILD_DIR ?= /build
|
||||||
BUILD_OUTPUT ?= $(BUILD_DIR)/_cli_migrations_output
|
BUILD_OUTPUT ?= $(BUILD_DIR)/_cli_migrations_output
|
||||||
SERVER_BUILD_OUTPUT := $(BUILD_DIR)/_server_output
|
SERVER_BUILD_OUTPUT ?= $(BUILD_DIR)/_server_output
|
||||||
CLI_BUILD_OUTPUT := $(BUILD_DIR)/_cli_output
|
CLI_BUILD_OUTPUT := $(BUILD_DIR)/_cli_output
|
||||||
SHELL := /bin/bash
|
SHELL := /bin/bash
|
||||||
.SHELLFLAGS := -ce
|
.SHELLFLAGS := -ce
|
||||||
|
Loading…
Reference in New Issue
Block a user