We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b084ea commit 04a6ddbCopy full SHA for 04a6ddb
2 files changed
integration/src/test/scala/esw/observing/simulation/ScriptVersion.scala
@@ -2,6 +2,5 @@ package esw.observing.simulation
2
3
object ScriptVersion {
4
// This is the version (or Git SHA) of the version of the sequencer-scripts repo to use
5
-// val value = "119fd01"
6
- val value = "v0.5.1"
+ val value = "119fd01"
7
}
simulation-scripts/versions.sh
@@ -3,7 +3,7 @@
#export ESW_VERSION=f9cbac5
export ESW_VERSION=v1.0.0
export CSW_VERSION=6.0.0
-export SEQ_SCRIPT_VERSION=v0.5.1
+export SEQ_SCRIPT_VERSION=119fd01
export TCS_VERSION=0.12.1
8
export ENG_UI_VERSION=1.0.0
9
export CHANNEL="https://raw.githubusercontent.com/tmtsoftware/osw-apps/branch-6.0.x/apps.json"
0 commit comments