Skip to content

Commit

Permalink
#1: try a fix in azure pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
tlamonthezie committed Dec 19, 2024
1 parent aec4969 commit a5586a7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .azure/pipelines/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,13 @@ jobs:
continueOnError: true
inputs:
securityNamespace: cache
key: $(Agent.OS) | $(cache_name) | $(TS_YEAR) | $(TS_MONTH) | $(TS_DAY) | $(TS)
key: $(Agent.OS) | "$(cache_name)" | $(TS_YEAR) | $(TS_MONTH) | $(TS_DAY) | $(TS)
path: $(CCACHE_DIR)
restoreKeys: |
$(Agent.OS) | $(cache_name) | $(TS_YEAR) | $(TS_MONTH) | $(TS_DAY)
$(Agent.OS) | $(cache_name) | $(TS_YEAR) | $(TS_MONTH)
$(Agent.OS) | $(cache_name) | $(TS_YEAR)
$(Agent.OS) | $(cache_name)
$(Agent.OS) | "$(cache_name)" | $(TS_YEAR) | $(TS_MONTH) | $(TS_DAY)
$(Agent.OS) | "$(cache_name)" | $(TS_YEAR) | $(TS_MONTH)
$(Agent.OS) | "$(cache_name)" | $(TS_YEAR)
$(Agent.OS) | "$(cache_name)"
- bash: |
WORKSPACE=$(Pipeline.Workspace)/s
Expand Down Expand Up @@ -159,5 +159,5 @@ jobs:
continueOnError: true
inputs:
targetPath: $(OUTPUT_DIR)
artifact: 'foo-output-$(setup)'
artifact: foo-output-$(name)
publishLocation: 'pipeline'

0 comments on commit a5586a7

Please sign in to comment.