1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2026-03-02 03:49:29 +00:00

Update testbed version

This commit is contained in:
Tim Byrne
2020-12-29 16:50:03 -06:00
parent f363b4b29f
commit d0b0e3afa8
2 changed files with 2 additions and 2 deletions

View File

@@ -13,4 +13,4 @@ jobs:
run: >-
docker run -t --rm
-v "$PWD:/yadm:ro"
yadm/testbed:2020-12-21
yadm/testbed:2020-12-29

View File

@@ -1,5 +1,5 @@
PYTESTS = $(wildcard test/test_*.py)
IMAGE = yadm/testbed:2020-12-21
IMAGE = yadm/testbed:2020-12-29
.PHONY: all
all: