Skip to content

Commit

Permalink
update vault and shipkit
Browse files Browse the repository at this point in the history
  • Loading branch information
basejump committed Jun 16, 2022
1 parent f45b446 commit 2a8c7a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 3 additions & 2 deletions build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a8c7a9

Please sign in to comment.