Skip to content
This repository was archived by the owner on Aug 27, 2024. It is now read-only.

Commit 92c2225

Browse files
author
scherniavsky
committed
add retirement note; remove cdp pipeline automation and image upload
1 parent 014d3f8 commit 92c2225

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [DEPRECATED]
2+
3+
### The project has been deprecated.
4+
5+
### https://zappr.opensource.zalando.de is out of service.
6+
7+
---
8+
19
![zappr](client/img/banner_tiny.png)
210

311
**Approval checks for GitHub pull requests.**

delivery.yaml

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
version: "2017-09-20"
22

3-
dependencies:
4-
- id: node
5-
type: docker
6-
ref: registry.opensource.zalan.do/library/node-12-alpine
7-
83
pipeline:
94
- id: build_and_publish
105
type: script
@@ -27,4 +22,4 @@ pipeline:
2722
IMAGE_NAME="registry-write.opensource.zalan.do/machinery/zappr-pr-test:${COMMIT_ID}-${CDP_TARGET_REPOSITORY_COUNTER}"
2823
fi
2924
docker build -t "${IMAGE_NAME}" .
30-
docker push "${IMAGE_NAME}"
25+
# docker push "${IMAGE_NAME}"

0 commit comments

Comments
 (0)