From 05708b0a2a7083e70971da94721a78a985a1a64a Mon Sep 17 00:00:00 2001 From: Alkalus <3060479+draknyte1@users.noreply.github.com> Date: Thu, 14 Mar 2019 05:24:46 +0000 Subject: % Mild Update to pass some variables into the build script. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 93d3d74b37..b47a28c10b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -32,7 +32,7 @@ jobs: - run: name: Run Build Script - command: sh GTPP_BuildScript.sh + command: sh GTPP_BuildScript.sh CIRCLE_BUILD_NUM CIRCLE_BRANCH - save_cache: paths: -- cgit