Skip to content

Commit ce042b4

Browse files
fix: output for file
1 parent 90592df commit ce042b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/azDevOps/azure/templates/steps/build/build-java.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ steps:
3939
4040
NVD_CACHE_FILE="${DATE}-${HOUR_BY_FOUR}"
4141
42-
echo "echoing to a file '${{ parameters.repo_root_dir }}/.nvd-cache' with value ''"
43-
echo "${NVD_CACHE_FILE}" >> ${{ parameters.repo_root_dir }}/.nvd-cache
42+
echo "echoing to a file '${{ parameters.repo_root_dir }}/.nvd-cache' with value '${NVD_CACHE_FILE}'"
43+
echo "${NVD_CACHE_FILE}" > ${{ parameters.repo_root_dir }}/.nvd-cache
4444
displayName: Set NVD Cache Variable
4545

4646
- task: Cache@2

0 commit comments

Comments
 (0)