Skip to content

Commit c8815fb

Browse files
committed
BUG-94875 Mock configuration changes for CI jobs
1 parent d9290ec commit c8815fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mock/cloudbreak/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ deps:
77
curl -Ls https://github.com/progrium/dockerhub-tag/releases/download/v0.2.0/dockerhub-tag_0.2.0_$(UNAME)_x86_64.tgz | tar -xzC /usr/local/bin
88

99
dockerhub-tag:
10-
dockerhub-tag set $(IMAGE) $(VERSION) $(VERSION) /mock
10+
dockerhub-tag set $(IMAGE) $(VERSION) $(VERSION) /mock/cloudbreak

mock/periscope/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
IMAGE = hortonworks/cloudbreak-mock
1+
IMAGE = hortonworks/periscope-mock
22
VERSION ?= $(shell git describe --tags --abbrev=0)
33
BRANCH ?=$(shell git branch | grep \* | cut -d ' ' -f2)
44
UNAME = $(shell uname)
@@ -7,4 +7,4 @@ deps:
77
curl -Ls https://github.com/progrium/dockerhub-tag/releases/download/v0.2.0/dockerhub-tag_0.2.0_$(UNAME)_x86_64.tgz | tar -xzC /usr/local/bin
88

99
dockerhub-tag:
10-
dockerhub-tag set $(IMAGE) $(VERSION) $(VERSION) /mock
10+
dockerhub-tag set $(IMAGE) $(VERSION) $(VERSION) /mock/periscope

0 commit comments

Comments
 (0)