From b9196ae5a69e726bc6aa030e7e2707270d5c0ca3 Mon Sep 17 00:00:00 2001 From: Tim Jaacks <tim.jaacks@seco.com> Date: Tue, 1 Aug 2023 14:57:49 +0200 Subject: [PATCH] Fix typo in comment --- build-jobs-ci-test.yml.jinja2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-jobs-ci-test.yml.jinja2 b/build-jobs-ci-test.yml.jinja2 index ead3aff5..a44d0d1c 100644 --- a/build-jobs-ci-test.yml.jinja2 +++ b/build-jobs-ci-test.yml.jinja2 @@ -209,7 +209,7 @@ package-sdk-seco-mx6: extends: .deploy stage: Deploy SoftwareStore variables: - # We can't use the RELEASE_NAME variable from package.env in the variables secion, + # We can't use the RELEASE_NAME variable from package.env in the variables section, # because we're loading the file from the cache. Usually it is downloaded via # GitLab's standard artifact mechanism, which adds all dotenv variables to the # pipeline scope. This doesn't work when using the cache, so we have to prevent -- GitLab