Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delete source to image pipelines and tasks
Browse files Browse the repository at this point in the history
mmorhun committed Sep 26, 2024
1 parent dc50185 commit a2aa67f
Showing 14 changed files with 1 addition and 1,224 deletions.
1 change: 1 addition & 0 deletions hack/generate-pipelines-readme.py
Original file line number Diff line number Diff line change
@@ -24,6 +24,7 @@ def run(cmd):
failed = 0
except subprocess.CalledProcessError as e:
print(f"{cmd[0]} failed:\nSTDOUT:\n{e.stdout.decode()}\nSTDERR:\n{e.stderr.decode()}")
return "", "", failed
except FileNotFoundError:
print(f"command: {cmd[0]} doesn't exist")
return "", "", failed
265 changes: 0 additions & 265 deletions pipelines/java-builder/README.md

This file was deleted.

9 changes: 0 additions & 9 deletions pipelines/java-builder/kustomization.yaml

This file was deleted.

31 changes: 0 additions & 31 deletions pipelines/java-builder/patch.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions pipelines/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -4,8 +4,6 @@ resources:
- docker-build
- docker-build-oci-ta
- docker-build-multi-platform-oci-ta
- java-builder
- nodejs-builder
- enterprise-contract.yaml
- fbc-builder
- tekton-bundle-builder
263 changes: 0 additions & 263 deletions pipelines/nodejs-builder/README.md

This file was deleted.

9 changes: 0 additions & 9 deletions pipelines/nodejs-builder/kustomization.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions pipelines/nodejs-builder/patch.yaml

This file was deleted.

33 changes: 0 additions & 33 deletions task/s2i-java/0.1/README.md

This file was deleted.

Loading

0 comments on commit a2aa67f

Please sign in to comment.