Skip to content
Snippets Groups Projects
Commit 9cdbc745 authored by Jan David Mol's avatar Jan David Mol
Browse files

Fix deployment on DTS Lab

parent a5158a3a
No related branches found
No related tags found
No related merge requests found
...@@ -397,7 +397,7 @@ deploy_nomad: ...@@ -397,7 +397,7 @@ deploy_nomad:
script: script:
- | - |
if [ "${STATION}" == "dts-lab" ]; then if [ "${STATION}" == "dts-lab" ]; then
HOSTNAME="dop491.astron.nl" HOSTNAME="dts-lab.lofar.net"
else else
HOSTNAME="${STATION}c.control.lofar" HOSTNAME="${STATION}c.control.lofar"
fi fi
......
...@@ -161,6 +161,7 @@ Next change the version in the following places: ...@@ -161,6 +161,7 @@ Next change the version in the following places:
# Release Notes # Release Notes
* 0.37.0-1 Fix for deploying on DTS Lab
* 0.37.0 Run casacore in separate processes, increasing beam-tracking performance * 0.37.0 Run casacore in separate processes, increasing beam-tracking performance
* 0.36.2 Fix polling 2D attributes * 0.36.2 Fix polling 2D attributes
Harden periodic tasks against exceptions Harden periodic tasks against exceptions
......
0.37.0 0.37.0-1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment