Skip to content

Commit 5516d6d

Browse files
authored
chore(ci): add headless versions to deployment config for CDN smoke tests (#4732)
This PR ensures that the CDN smoke tests have access to the headless version numbers. https://coveord.atlassian.net/browse/KIT-3765
1 parent 1e348ba commit 5516d6d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.deployment.config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,9 @@
251251
"atomic-major": "$[ATOMIC_MAJOR_VERSION]",
252252
"atomic-minor": "$[ATOMIC_MINOR_VERSION]",
253253
"atomic-patch": "$[ATOMIC_PATCH_VERSION]",
254+
"headless-major": "$[HEADLESS_MAJOR_VERSION]",
255+
"headless-minor": "$[HEADLESS_MINOR_VERSION]",
256+
"headless-patch": "$[HEADLESS_PATCH_VERSION]",
254257
"is-nightly": "$[IS_NIGHTLY]"
255258
}
256259
}

0 commit comments

Comments
 (0)