Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Taskfile.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3'
version: "3"

includes:
clnvm:
Expand Down Expand Up @@ -26,7 +26,6 @@ includes:
dir: "."

tasks:

ci-check:
deps:
- ci-build
Expand All @@ -44,6 +43,7 @@ tasks:
--build-arg UID=$(id -u) \
--build-arg GID=$(id -g) \
--build-arg GL_TESTING_IGNORE_HASH=1 \
--platform=linux/amd64 \
-t gltesting \
-f docker/gl-testing/Dockerfile \
.
Expand Down
Loading