Skip to content

Commit 877875e

Browse files
committed
Updated GostConfig git SHA
1 parent 06edf99 commit 877875e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

integration/src/test/scala/esw/observing/simulation/ScriptVersion.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ package esw.observing.simulation
22

33
object ScriptVersion {
44
// This is the version (or Git SHA) of the version of the sequencer-scripts repo to use
5-
val value = "65bb415"
6-
// val value = "0.1.0-SNAPSHOT"
5+
// val value = "119fd01"
6+
val value = "v0.5.1"
77
}

sample-configs/HostConfig.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ containers: [
88
orgName: "com.github.tmtsoftware.esw-observing-simulation"
99
deployModule: "iris-irisdeploy"
1010
appName: "iris.irisdeploy.IrisContainerCmdApp"
11-
version: "cc725ab"
11+
version: "06edf99"
1212
# path of individual container configuration file
1313
# provide correct path of config file below
1414
configFilePath: "irisContainerPath"
@@ -20,7 +20,7 @@ containers: [
2020
orgName: "com.github.tmtsoftware.esw-observing-simulation"
2121
deployModule: "wfos-wfosdeploy"
2222
appName: "wfos.wfosdeploy.WfosContainerCmdApp"
23-
version: "cc725ab"
23+
version: "06edf99"
2424
# path of individual container configuration file
2525
# provide correct path of config file below
2626
configFilePath: "wfosContainerPath"

0 commit comments

Comments
 (0)