You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update air-gapped registry path
* Switch to using master and drop the _bk_ prefix for Buildkite builds
* update GH action to drop Jenkins references
* Remove secrets fetching that are no longer needed since we're using PAT
* Maintain the _bk_ in the Buildkite PRs - this is less confusing
Copy file name to clipboardExpand all lines: .github/actions/docs-preview/action.yml
+2-6Lines changed: 2 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -28,14 +28,10 @@ runs:
28
28
const { REPO, PR, PREVIEW_PATH } = process.env
29
29
30
30
const comment = `A documentation preview will be available soon.<br>
31
-
Help us out by validating the Buildkite preview and reporting issues [here](https://github.com/elastic/docs/issues/new?labels=buildkite-migration,bug).
32
-
Please also be sure to **double check all images to ensure they are correct** in the preview.
0 commit comments