Skip to content

Commit a34a3b6

Browse files
nammnmircea-cosbuc
authored andcommitted
fix paths
1 parent b1bd4f0 commit a34a3b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker/mongodb-agent-non-matrix/Dockerfile.builder

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ADD https://mciuploads.s3.amazonaws.com/mms-automation/mongodb-mms-build-agent/b
99
ADD https://downloads.mongodb.org/tools/db/mongodb-database-tools-${tools_distro}-${tools_version}.tgz /data/mongodb-tools.tgz
1010

1111
COPY ./docker/mongodb-kubernetes-init-database/content/LICENSE /data/LICENSE
12-
COPY ./docker/mongodb-agent/agent-launcher-shim.sh /opt/scripts/agent-launcher-shim.sh
13-
COPY ./docker/mongodb-agent/setup-agent-files.sh /opt/scripts/setup-agent-files.sh
14-
COPY ./docker/mongodb-agent/dummy-probe.sh /opt/scripts/dummy-probe.sh
15-
COPY ./docker/mongodb-agent/dummy-readinessprobe.sh /opt/scripts/dummy-readinessprobe.sh
12+
COPY ./docker/mongodb-agent-non-matrix/agent-launcher-shim.sh /opt/scripts/agent-launcher-shim.sh
13+
COPY ./docker/mongodb-agent-non-matrix/setup-agent-files.sh /opt/scripts/setup-agent-files.sh
14+
COPY ./docker/mongodb-agent-non-matrix/dummy-probe.sh /opt/scripts/dummy-probe.sh
15+
COPY ./docker/mongodb-agent-non-matrix/dummy-readinessprobe.sh /opt/scripts/dummy-readinessprobe.sh

0 commit comments

Comments
 (0)