Skip to content

Commit

Permalink
chore: remove step to set env (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
lesterli authored Nov 8, 2024
1 parent 4d7b243 commit cee6b0a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions scripts/l2-bridge/l2-bridge-restart.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
#!/bin/bash
set -euo pipefail

# Run the l2-bridge-set-env.sh script
$(pwd)/scripts/l2-bridge/l2-bridge-set-env.sh

# Source the .env file
set -a
source $(pwd)/.env.bridge
Expand Down
3 changes: 0 additions & 3 deletions scripts/l2-explorer/l2-explorer-restart.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
#!/bin/bash
set -euo pipefail

# Run the l2-blockscout-set-env.sh script
$(pwd)/scripts/l2-explorer/l2-blockscout-set-env.sh

# Source the .env.explorer file
set -a
source $(pwd)/.env
Expand Down

0 comments on commit cee6b0a

Please sign in to comment.