From 2a8c7a9d3cbdc0c4c49de73a2c223bfa3ae52597 Mon Sep 17 00:00:00 2001 From: Joshua B Date: Thu, 16 Jun 2022 11:34:32 -0600 Subject: [PATCH] update vault and shipkit --- Makefile | 2 +- build.yml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 8d0a855..4030b60 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # check for build/shipkit and clone if not there, this should come first SHIPKIT_DIR = build/shipkit -$(shell [ ! -e $(SHIPKIT_DIR) ] && git clone -b v1.0.40 https://github.com/yakworks/shipkit.git $(SHIPKIT_DIR) >/dev/null 2>&1) +$(shell [ ! -e $(SHIPKIT_DIR) ] && git clone -b v1.0.46 https://github.com/yakworks/shipkit.git $(SHIPKIT_DIR) >/dev/null 2>&1) # Shipkit.make first, which does all the lifting to create makefile.env for the BUILD_VARS include $(SHIPKIT_DIR)/Shipkit.make include $(SHIPKIT_DIR)/makefiles/vault.make diff --git a/build.yml b/build.yml index 1067b5d..1658492 100644 --- a/build.yml +++ b/build.yml @@ -5,9 +5,10 @@ project: bot: email: 9cibot@9ci.com - user: 9cibot + sign_commits: true -vault_url: https://github.com/9ci/vault.git +vault: + repo: 9ci/vault version: # after release, will set version.properties back to snapshot=true