Skip to content

Commit 1c11825

Browse files
authored
ci: Purge Drone config files (#520)
1 parent a12d199 commit 1c11825

File tree

5 files changed

+0
-46
lines changed

5 files changed

+0
-46
lines changed

.dockerignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
# ignore everything
33
*
44
# but subgraph deps
5-
!/environments/
65
!/packages/subgraph/
76
/packages/subgraph/generated/
87
/packages/subgraph/build/
9-
/packages/subgraph/.drone.yml

.drone-consider

Lines changed: 0 additions & 1 deletion
This file was deleted.

.drone.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

packages/smart-contract/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,3 @@ npx hardhat ignition verify chain-43113
3131
```
3232

3333
This ensures the contract's source code is verified on the blockchain explorer for the specified network.
34-
35-
## Deployed Contract Address
36-
37-
Refer to the `../../environments/environments.json` file to find the deployed contract address for the respective environment.

renovate.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
"matchFileNames": ["**/*Dockerfile"],
99
"groupName": "dockerfiles"
1010
},
11-
{
12-
"matchFileNames": ["**/.drone.yml"],
13-
"groupName": "drone-ci-configs"
14-
},
1511
{
1612
"matchFileNames": ["packages/dataprotector-deserializer/**"],
1713
"groupName": "dataprotector-deserializer"

0 commit comments

Comments
 (0)