diff --git a/.cypress/utils/testwitheric.js b/.cypress/utils/testwitheric.js new file mode 100644 index 0000000000..6d3cec7eee --- /dev/null +++ b/.cypress/utils/testwitheric.js @@ -0,0 +1 @@ +const a = 1; \ No newline at end of file diff --git a/DEVELOPER_GUIDE.md b/DEVELOPER_GUIDE.md index f917628f77..45f7af5410 100644 --- a/DEVELOPER_GUIDE.md +++ b/DEVELOPER_GUIDE.md @@ -42,4 +42,6 @@ The Github workflow in [`backport.yml`](.github/workflows/backport.yml) creates with an appropriate label `backport ` is merged to main with the backport workflow run successfully on the PR. For example, if a PR on main needs to be backported to `1.x` branch, add a label `backport 1.x` to the PR and make sure the backport workflow runs on the PR along with other checks. Once this PR is merged to main, the workflow will create a backport PR -to the `1.x` branch. \ No newline at end of file +to the `1.x` branch. + +#11111 diff --git a/Dockerfile b/Dockerfile index f6cef18628..dfa3b642b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,3 +19,5 @@ RUN rm -r /tmp/observabilityDashboards.zip # Switch back to opensearch user USER opensearch-dashboards + +#11111 diff --git a/docker-compose.yml b/docker-compose.yml index 7d207dfbae..a80d2770ed 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -67,3 +67,4 @@ services: depends_on: - opensearch +#11111 diff --git a/tesingwitheric b/tesingwitheric new file mode 100644 index 0000000000..2b385b45a8 --- /dev/null +++ b/tesingwitheric @@ -0,0 +1 @@ +#1231231 \ No newline at end of file