From 73483f2c930e1986ff455386b364da4b7858d5ee Mon Sep 17 00:00:00 2001 From: Reinder Kraaij <kraaij@astron.nl> Date: Fri, 16 May 2025 11:57:20 +0200 Subject: [PATCH] Right check commit --- .gitlab-ci.yml | 2 +- README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5497ae5..17f889a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ variables: # lofar2.0/tango version tag TANGO_VERSION: description: "lofar2.0/tango version tag to deploy" - value: "v0.51.4-1" + value: "v0.51.4-2" stages: - verify diff --git a/README.md b/README.md index c3636cd..a536a3d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # station-deployment - +This package is for deploying the Station. +It does not automatic determine the latest version. you need to manual set which version you want to deploy ## Getting started -- GitLab