Skip to content

Commit

Permalink
docs: Add CI/CD example for building Argo Workflows. Closes argoproj#…
Browse files Browse the repository at this point in the history
…8591

Signed-off-by: Wesley Scholl <[email protected]>
  • Loading branch information
wesleyscholl committed Nov 7, 2024
1 parent 4791ca2 commit 9230135
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions examples/ci-cd-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -338,19 +338,6 @@ spec:
- name: docker-config # Ensure this volume is configured
secret:
secretName: docker-config # This secret holds the API key to your Docker registry
- name: cleanup-docker-builds
container:
image: alpine:latest
command: ['sh', '-c']
args:
- >
echo "Cleaning up Docker builds..."
rm -rf /work/.docker /var/lib/docker
workingDir: /work/ # Working directory
volumeMounts: # Shared volume mounts between tasks
- name: work # Shared working volume
mountPath: /work
- name: prepare-deploy-to-cluster-e2e-test
inputs:
parameters:
Expand Down

0 comments on commit 9230135

Please sign in to comment.