Skip to content

Commit 46fec91

Browse files
committed
[ch2274] Try a different CD strategy for Gaffer
1 parent e6ab51f commit 46fec91

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Makefile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ push:
1818

1919
# Continuous deployment support
2020
BRANCH=master
21-
PREFIX=resources/gaffer
22-
FILE=${PREFIX}/ksonnet/hadoop-version.jsonnet
23-
REPO[email protected]:cybermaggedon/hadoop-docker
21+
FILE=hadoop-version
22+
REPO[email protected]:trustnetworks/gaffer
2423

2524
tools: phony
2625
if [ ! -d tools ]; then \
@@ -34,5 +33,5 @@ bump-version: tools
3433
tools/bump-version
3534

3635
update-cluster-config: tools
37-
tools/update-version-config ${BRANCH} ${VERSION} ${FILE}
36+
tools/update-version-file ${BRANCH} ${VERSION} ${FILE} ${REPO}
3837

0 commit comments

Comments
 (0)