Skip to content

Commit

Permalink
chore: remove changeset (#4863)
Browse files Browse the repository at this point in the history
CDX-764
  • Loading branch information
louis-bompart authored Jan 15, 2025
1 parent de2a920 commit bcac152
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/deploy/execute-deployment-pipeline.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,4 @@ console.log(execSync(`
--resolve ATOMIC_HOSTED_PAGE_MAJOR_VERSION=${atomicHostedPage.major} \
--resolve ATOMIC_HOSTED_PAGE_MINOR_VERSION=${atomicHostedPage.major}.${atomicHostedPage.minor} \
--resolve ATOMIC_HOSTED_PAGE_PATCH_VERSION=${atomicHostedPage.major}.${atomicHostedPage.minor}.${atomicHostedPage.patch} \
--resolve GITHUB_RUN_ID=${process.env.RUN_ID} \
--changeset ${releaseCommit}`.replaceAll(/\s+/g, ' ').trim()).toString());
--resolve GITHUB_RUN_ID=${process.env.RUN_ID}`.replaceAll(/\s+/g, ' ').trim()).toString());

0 comments on commit bcac152

Please sign in to comment.