Skip to content

Commit 440fcca

Browse files
committed
Removing borked validation target
1 parent b004d3c commit 440fcca

2 files changed

Lines changed: 0 additions & 20 deletions

File tree

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ build: hooks ## Build the Docker image
6868

6969
.PHONY: test
7070
test: pre-commit ## Run tests
71-
$(MAKE) -C image test
7271

7372
.PHONY: publish
7473
publish: hooks ## Publish image to registry

image/Makefile

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -88,25 +88,6 @@ dev-build: $(DOCKER) $(DOCKER_DAEMON) ## Build without cache for development
8888
$(DOCKER) build --no-cache -t $(IMAGE_NAME):dev .
8989
echo "✓ Development build complete"
9090

91-
# ============================================================================
92-
# Test Targets
93-
# ============================================================================
94-
95-
.PHONY: test
96-
test: validate ## Run tests
97-
echo "✓ All tests passed"
98-
99-
.PHONY: validate
100-
validate: $(DOCKER) ## Validate Dockerfile and shell scripts
101-
echo "Validating Dockerfile..."
102-
$(DOCKER) build --check . || echo "Note: --check flag not supported, skipping"
103-
echo "✓ Dockerfile is valid"
104-
echo ""
105-
echo "Validating shell scripts..."
106-
bash -n docker-entrypoint.sh
107-
bash -n init-repo.sh
108-
echo "✓ Shell scripts are valid"
109-
11091
# ============================================================================
11192
# Publish Targets
11293
# ============================================================================

0 commit comments

Comments
 (0)