Skip to content
Snippets Groups Projects
Commit f60e2ab6 authored by Sergey Yakubov's avatar Sergey Yakubov
Browse files

fix windows test

parent 11f1f97d
No related branches found
No related tags found
No related merge requests found
......@@ -7,4 +7,8 @@ RUN yum update -y && yum install -y golang wget zlib-devel
ADD install_curl.sh install_curl.sh
RUN ./install_curl.sh /curl
ADD build.sh /bin/build.sh
\ No newline at end of file
ADD build.sh /bin/build.sh
RUN chmod og+rwX -R /opt
SET mongo_exe="c:\Program Files\MongoDB\Server\4.2\bin\mongo.exe"
SET beamtime_id=asapo_test
SET beamline=test
SET stream=%1
SET stream=python
SET receiver_root_folder=c:\tmp\asapo\receiver\files
SET receiver_folder="%receiver_root_folder%\test_facility\gpfs\%beamline%\2019\data\%beamtime_id%"
SET dbname = %beamtime_id%_%stream%
......
SET mongo_exe="c:\Program Files\MongoDB\Server\4.2\bin\mongo.exe"
SET beamtime_id=asapo_test
SET beamline=test
SET stream=%1
SET stream=python
SET receiver_root_folder=c:\tmp\asapo\receiver\files
SET receiver_folder="%receiver_root_folder%\test_facility\gpfs\%beamline%\2019\data\%beamtime_id%"
SET dbname = %beamtime_id%_%stream%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment