Skip to content

Commit

Permalink
Delete CRIB configuration (#994)
Browse files Browse the repository at this point in the history
## Motivation
Deleting crib config as CRIB has moved to the new crib mono repo.

## Solution
  • Loading branch information
scheibinger authored Jun 13, 2024
1 parent 974da41 commit ae256a9
Show file tree
Hide file tree
Showing 16 changed files with 0 additions and 1,332 deletions.
2 changes: 0 additions & 2 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ gomodtidy: ## Run go mod tidy on all modules.
cd ./integration-tests && go mod tidy
cd ./integration-tests/load && go mod tidy
cd ./dashboard-lib && go mod tidy
cd ./crib && go mod tidy

.PHONY: docs
docs: ## Install and run pkgsite to view Go docs
Expand Down Expand Up @@ -96,7 +95,6 @@ generate: pnpmdep abigen codecgen mockery protoc ## Execute all go:generate comm
cd ./integration-tests && go generate -x ./...
cd ./integration-tests/load && go generate -x ./...
cd ./dashboard-lib && go generate -x ./...
cd ./crib && go generate -x ./...

.PHONY: testscripts
testscripts: chainlink-test ## Install and run testscript against testdata/scripts/* files.
Expand Down
35 changes: 0 additions & 35 deletions crib/.env.example

This file was deleted.

4 changes: 0 additions & 4 deletions crib/.gitignore

This file was deleted.

156 changes: 0 additions & 156 deletions crib/README.md

This file was deleted.

19 changes: 0 additions & 19 deletions crib/dashboard/cmd/delete.go

This file was deleted.

105 changes: 0 additions & 105 deletions crib/dashboard/cmd/deploy.go

This file was deleted.

Loading

0 comments on commit ae256a9

Please sign in to comment.