We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48882e7 commit 0c52d29Copy full SHA for 0c52d29
1 file changed
init/3_generate_config.sh
@@ -49,5 +49,4 @@ config+="}"
49
# Generate the configuration using Jsonnet
50
cd ~/optimism/packages/contracts-bedrock && \
51
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
+jsonnet /script/3_config.jsonnet --ext-code config="$config" > ./deployments/$DEPLOYMENT_CONTEXT/.deploy
0 commit comments