Skip to content

Commit

Permalink
consistent variable
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Kusumgar committed Aug 12, 2024
1 parent ef01fa0 commit 812037a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/test/common
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -exu

export CONTAINER_NAMESPACE=orderly.runner

export NETWORK="$CONTAINER_NAMESPACE-network"
export NETWORK=$CONTAINER_NAMESPACE-network
export REDIS=$CONTAINER_NAMESPACE-redis
export DEBUG=$CONTAINER_NAMESPACE-debug
export SERVER=$CONTAINER_NAMESPACE-server
Expand Down

0 comments on commit 812037a

Please sign in to comment.