Skip to content

Commit 03ba891

Browse files
authored
chore: Revert "feat: commit artifacts (#106)" (#109)
1 parent b670d26 commit 03ba891

File tree

12 files changed

+6
-65
lines changed

12 files changed

+6
-65
lines changed

.env.template

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
# ===========================================
44
# Set to true in CI environments
55
CI=false
6-
# Foundry configuration for OpenZeppelin Lib
7-
FOUNDRY_OUT=artifacts
6+
87
# ===========================================
98
# DEPLOYMENT CONFIGURATION
109
# ===========================================
@@ -42,4 +41,4 @@ RECIPIENT_ADDRESS=
4241
# ===========================================
4342
# ADMIN CONFIGURATION
4443
# ===========================================
45-
NEW_DEFAULT_ADMIN=
44+
NEW_DEFAULT_ADMIN=

.github/workflows/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
runs-on: ubuntu-latest
3131
env:
3232
CI: true
33-
FOUNDRY_OUT: artifacts
3433
permissions:
3534
contents: write # Required to commit deployment files.
3635
environment: ${{ inputs.network }}

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ concurrency:
1717

1818
env:
1919
FOUNDRY_PROFILE: ci
20-
FOUNDRY_OUT: artifacts
2120

2221
jobs:
2322
build-and-test:
@@ -41,7 +40,7 @@ jobs:
4140
run: forge fmt --check
4241

4342
- name: Run Forge build
44-
run: forge clean && forge build && forge build './src' --sizes
43+
run: forge build && forge build './src' --sizes
4544

4645
- name: Run Foundry coverage
4746
env:

.github/workflows/verify-artifacts.yml

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

.gitignore

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Compiler files
22
cache/
3+
out/
34

45
# Ignores development broadcast logs
56
!/broadcast
@@ -18,13 +19,3 @@ broadcast/*/*/run-*.json
1819
/coverage
1920
lcov.info
2021
lcov.src.info
21-
22-
# Ignore all artifacts except some files.
23-
!/artifacts/
24-
/artifacts/**
25-
!/artifacts/*IexecLayerZeroBridge.sol
26-
!/artifacts/*IexecLayerZeroBridge.sol/*
27-
!/artifacts/*RLCCrosschainToken.sol
28-
!/artifacts/*RLCCrosschainToken.sol/*
29-
!/artifacts/*RLCLiquidityUnifier.sol
30-
!/artifacts/*RLCLiquidityUnifier.sol/*

artifacts/IIexecLayerZeroBridge.sol/IIexecLayerZeroBridge.json

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

0 commit comments

Comments
 (0)