Skip to content

Commit

Permalink
Remove NFS server build
Browse files Browse the repository at this point in the history
  • Loading branch information
filippomc committed Jul 16, 2024
1 parent d404a0a commit 8f30081
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions deployment/codefresh-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8f30081

Please sign in to comment.