1
0
Fork 0
pull/1036/head
Deepak Dahiya 2022-03-29 22:21:15 +00:00 committed by GitHub
parent f05c940e43
commit 6d774fcb59
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ import {
const versionSalt = '1.0'
function getCacheApiUrl(resource: string): string {
// Ideally we just use ACTIONS_CACHE_URL
const baseUrl: string = process.env['ACTIONS_CACHE_URL'] || ''
if (!baseUrl) {
throw new Error('Cache Service Url not found, unable to restore cache.')