From ce7702a0795d57b03b9a12bafc54ae684ca6967e Mon Sep 17 00:00:00 2001 From: Madiator2011 Date: Sat, 3 Aug 2024 22:30:11 +0200 Subject: [PATCH] Delete official-templates/better-comfyui/drone-comfyui.yml --- .../better-comfyui/drone-comfyui.yml | 21 ------------------- 1 file changed, 21 deletions(-) delete mode 100644 official-templates/better-comfyui/drone-comfyui.yml diff --git a/official-templates/better-comfyui/drone-comfyui.yml b/official-templates/better-comfyui/drone-comfyui.yml deleted file mode 100644 index 8140c22..0000000 --- a/official-templates/better-comfyui/drone-comfyui.yml +++ /dev/null @@ -1,21 +0,0 @@ -kind: pipeline -type: docker -name: build-comfyui - -trigger: - event: - - custom - -steps: -- name: build-comfyui - image: docker:latest - privileged: true - environment: - DOCKER_USERNAME: - from_secret: docker_username - DOCKER_PASSWORD: - from_secret: docker_password - commands: - - echo $DOCKER_PASSWORD | docker login -u $DOCKER_USERNAME --password-stdin - - cd official-templates/better-comfyui - - docker buildx bake --push --no-cache testing