diff options
author | trahman1318 <tausif.rahman@mongodb.com> | 2022-02-09 22:13:54 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-02-09 23:19:37 +0000 |
commit | fdf2fc77653d05550f7f8a55e54f865ed008bbdc (patch) | |
tree | 386c62ab4c3bed622d679d9651c3137f20bf18c9 /buildscripts/antithesis | |
parent | 672021fe35afc4f6a441880f7fa3b3ce53424795 (diff) | |
download | mongo-fdf2fc77653d05550f7f8a55e54f865ed008bbdc.tar.gz |
SERVER-62032 Complete TODO listed in SERVER-60619
Diffstat (limited to 'buildscripts/antithesis')
-rw-r--r-- | buildscripts/antithesis/topologies/sharded_cluster/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildscripts/antithesis/topologies/sharded_cluster/Dockerfile b/buildscripts/antithesis/topologies/sharded_cluster/Dockerfile index 45816d5ed30..e13fcbdf8a7 100644 --- a/buildscripts/antithesis/topologies/sharded_cluster/Dockerfile +++ b/buildscripts/antithesis/topologies/sharded_cluster/Dockerfile @@ -3,3 +3,4 @@ COPY docker-compose.yml / ADD scripts /scripts ADD logs /logs ADD data /data +ADD debug /debug |