Skip to content

Commit 0c52d29

Browse files
committed
remove unuse code
1 parent 48882e7 commit 0c52d29

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

init/3_generate_config.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,4 @@ config+="}"
4949
# Generate the configuration using Jsonnet
5050
cd ~/optimism/packages/contracts-bedrock && \
5151
mkdir -p ./deployments/$DEPLOYMENT_CONTEXT && \
52-
jsonnet /script/3_config.jsonnet --ext-code config="$config" > ./deployments/$DEPLOYMENT_CONTEXT/.deploy && \
53-
cp ./deployments/$DEPLOYMENT_CONTEXT/.deploy /config/.deploy
52+
jsonnet /script/3_config.jsonnet --ext-code config="$config" > ./deployments/$DEPLOYMENT_CONTEXT/.deploy

0 commit comments

Comments
 (0)