Skip to content

Commit 4575e80

Browse files
committed
delete
1 parent 205a9e3 commit 4575e80

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/LayerCache.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,8 @@ class LayerCache {
7272
const rootKey = this.getRootKey()
7373
const paths = [
7474
this.getUnpackedTarDir(),
75-
// ...(await this.getLayerTarFiles()).map(file => `!${file}`)
7675
]
77-
core.info(`Start storing root cache, key: ${rootKey}, dir: ${this.getUnpackedTarDir()}`)
76+
core.info(`Start storing root cache, key: ${rootKey}, dir: ${paths}`)
7877
const cacheId = await LayerCache.dismissCacheAlreadyExistsError(cache.saveCache(paths, rootKey))
7978
core.info(`Stored root cache, key: ${rootKey}, id: ${cacheId}`)
8079
return cacheId !== -1 ? cacheId : undefined

0 commit comments

Comments
 (0)