From 8f30081a3c6b2027eb6e873ab14627c7e352d36b Mon Sep 17 00:00:00 2001 From: Filippo Ledda Date: Tue, 16 Jul 2024 15:26:38 +0200 Subject: [PATCH] Remove NFS server build --- deployment/codefresh-dev.yaml | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/deployment/codefresh-dev.yaml b/deployment/codefresh-dev.yaml index 0d45004e..3f7beb82 100644 --- a/deployment/codefresh-dev.yaml +++ b/deployment/codefresh-dev.yaml @@ -130,27 +130,6 @@ steps: type: parallel stage: build steps: - nfsserver: - type: build - stage: build - dockerfile: Dockerfile - registry: '${{CODEFRESH_REGISTRY}}' - buildkit: true - build_arguments: - - DOMAIN=${{DOMAIN}} - - NOCACHE=${{CF_BUILD_ID}} - - REGISTRY=${{REGISTRY}}/osb/ - image_name: osb/nfsserver - title: Nfsserver - working_directory: ./.overrides/applications/nfsserver - tag: '${{NFSSERVER_TAG}}' - when: - condition: - any: - buildDoesNotExist: includes('${{NFSSERVER_TAG_EXISTS}}', '{{NFSSERVER_TAG_EXISTS}}') - == true - forceNoCache: includes('${{NFSSERVER_TAG_FORCE_BUILD}}', '{{NFSSERVER_TAG_FORCE_BUILD}}') - == false notifications: type: build stage: build @@ -797,14 +776,6 @@ steps: tags: - '${{DEPLOYMENT_PUBLISH_TAG}}' registry: '${{REGISTRY_PUBLISH_URL}}' - publish_nfsserver: - stage: publish - type: push - title: Nfsserver - candidate: '${{REGISTRY}}/osb/nfsserver:${{NFSSERVER_TAG}}' - tags: - - '${{DEPLOYMENT_PUBLISH_TAG}}' - registry: '${{REGISTRY_PUBLISH_URL}}' publish_notifications: stage: publish type: push