1
0
Fork 0

link workflows, skip LFS clone

This commit is contained in:
Sean Sube 2024-02-25 15:02:13 -06:00
parent d184611de0
commit 81d174e2cf
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
3 changed files with 11 additions and 5 deletions

View File

@ -1,3 +1,8 @@
clone:
git:
settings:
lfs: false
steps:
- name: build
image: docker.io/python:3.10

View File

@ -1,3 +1,6 @@
depends_on:
- build-api-3-10
steps:
- name: build
image: docker.io/docker:20.10
@ -5,7 +8,5 @@ steps:
- mkdir ${HOME}/.docker
- echo "${DOCKER_SECRET}" | base64 -d > ${HOME}/.docker/config.json
- ../common/scripts/image-build.sh --push
services:
- name: dind
image: docker.io/docker:20.10-dind
volumes:
- /var/run/docker.sock:/var/run/docker.sock

View File

@ -90,7 +90,7 @@ class TestTxt2ImgPipeline(unittest.TestCase):
self.assertTrue(path.exists("../outputs/test-txt2img-basic_0.png"))
with Image.open("../outputs/test-txt2img-basic.png") as output:
with Image.open("../outputs/test-txt2img-basic_0.png") as output:
self.assertEqual(output.size, (256, 256))
# TODO: test contents of image