From 2d0e5429dfa32afd15685f1d41c2d6de566902bf Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 8 May 2023 11:13:44 +0200 Subject: [PATCH] update echo message --- .gitlab/.gitlab-ci.yml | 4 ++-- test/valid_set/description.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab/.gitlab-ci.yml b/.gitlab/.gitlab-ci.yml index 48166dc..c393ab3 100644 --- a/.gitlab/.gitlab-ci.yml +++ b/.gitlab/.gitlab-ci.yml @@ -19,7 +19,7 @@ variables: # TODO: refacto this (as Reference or something else) - ${ENTRY_FOLDER}/${PACKAGE_NAME}/* script: - - echo testing ${PACKAGE_NAME}.md + - echo generating manifest for ${ENTRY_FOLDER}/${PACKAGE_NAME} gen-manifest-job/valid_set: variables: @@ -33,7 +33,7 @@ gen-manifest-job/valid_set: changes: - ${ENTRY_FOLDER}/${PACKAGE_NAME}/* script: - - echo testing ${PACKAGE_NAME}.md + - echo testing ${ENTRY_FOLDER}/${PACKAGE_NAME} check-content-job/valid_set: variables: diff --git a/test/valid_set/description.md b/test/valid_set/description.md index b8f183b..aad958a 100644 --- a/test/valid_set/description.md +++ b/test/valid_set/description.md @@ -1,3 +1,3 @@ # some descriptions -Introducting change for testing. \ No newline at end of file +Introducting change for testing.