Skip to content

Commit

Permalink
Revert "Move projects/origin-stable manifests to core-serivces/supple…
Browse files Browse the repository at this point in the history
…mental-ci-images"

This reverts commit 558812f.
  • Loading branch information
hongkailiu committed Feb 11, 2020
1 parent 72afa7e commit eab327f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ prow-release-controller-deploy:
prow-release-controller: prow-release-controller-definitions prow-release-controller-deploy
.PHONY: prow-release-controller

projects: ci-ns gcsweb origin-release publishing-bot content-mirror azure metering coreos
projects: ci-ns gcsweb origin-stable origin-release publishing-bot content-mirror azure metering coreos
.PHONY: projects

content-mirror:
Expand All @@ -173,6 +173,12 @@ publishing-bot:
$(MAKE) apply WHAT=projects/publishing-bot/storage-class.yaml
.PHONY: publishing-bot

origin-stable:
$(MAKE) apply WHAT=projects/origin-stable/release.yaml
$(MAKE) apply WHAT=projects/origin-stable/stable-3.9.yaml
$(MAKE) apply WHAT=projects/origin-stable/stable-3.10.yaml
.PHONY: origin-stable

origin-release:
$(MAKE) applyTemplate WHAT=projects/origin-release/pipeline.yaml
oc tag docker.io/centos/ruby-25-centos7:latest --scheduled openshift/release:ruby-25
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit eab327f

Please sign in to comment.