Skip to content

Commit

Permalink
Use restored workspace when calling the nightly channel promote job (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrozenberg committed Jan 20, 2022
1 parent 3139e36 commit 0fbe880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-system/release-workflows/trigger-promote.js
Expand Up @@ -24,7 +24,7 @@ const cdnConfigurationParams = {
* @return {Promise}
*/
async function trigger_() {
const ampVersion = readFileSync('/tmp/workspace/AMP_VERSION', 'utf8')
const ampVersion = readFileSync('/tmp/restored-workspace/AMP_VERSION', 'utf8')
.toString()
.trim();

Expand Down

0 comments on commit 0fbe880

Please sign in to comment.