Skip to content

Commit

Permalink
chore(ci): add headless versions to deployment config for CDN smoke t…
Browse files Browse the repository at this point in the history
…ests (#4732)

This PR ensures that the CDN smoke tests have access to the headless
version numbers.
https://coveord.atlassian.net/browse/KIT-3765
  • Loading branch information
fpbrault authored Nov 29, 2024
1 parent 1e348ba commit 5516d6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .deployment.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,9 @@
"atomic-major": "$[ATOMIC_MAJOR_VERSION]",
"atomic-minor": "$[ATOMIC_MINOR_VERSION]",
"atomic-patch": "$[ATOMIC_PATCH_VERSION]",
"headless-major": "$[HEADLESS_MAJOR_VERSION]",
"headless-minor": "$[HEADLESS_MINOR_VERSION]",
"headless-patch": "$[HEADLESS_PATCH_VERSION]",
"is-nightly": "$[IS_NIGHTLY]"
}
}
Expand Down

0 comments on commit 5516d6d

Please sign in to comment.