update echo message

This commit is contained in:
Simon Pistache 2023-05-08 11:13:44 +02:00
parent 3977fc4c13
commit 2d0e5429df
2 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ variables:
# TODO: refacto this (as Reference or something else) # TODO: refacto this (as Reference or something else)
- ${ENTRY_FOLDER}/${PACKAGE_NAME}/* - ${ENTRY_FOLDER}/${PACKAGE_NAME}/*
script: script:
- echo testing ${PACKAGE_NAME}.md - echo generating manifest for ${ENTRY_FOLDER}/${PACKAGE_NAME}
gen-manifest-job/valid_set: gen-manifest-job/valid_set:
variables: variables:
@ -33,7 +33,7 @@ gen-manifest-job/valid_set:
changes: changes:
- ${ENTRY_FOLDER}/${PACKAGE_NAME}/* - ${ENTRY_FOLDER}/${PACKAGE_NAME}/*
script: script:
- echo testing ${PACKAGE_NAME}.md - echo testing ${ENTRY_FOLDER}/${PACKAGE_NAME}
check-content-job/valid_set: check-content-job/valid_set:
variables: variables: