Skip to content

Commit

Permalink
Test with eric
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Liang <[email protected]>
  • Loading branch information
RyanL1997 committed Jan 10, 2024
1 parent 4e48438 commit bd81e83
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .cypress/utils/testwitheric.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
const a = 1;
4 changes: 3 additions & 1 deletion DEVELOPER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,6 @@ The Github workflow in [`backport.yml`](.github/workflows/backport.yml) creates
with an appropriate label `backport <backport-branch-name>` 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.
to the `1.x` branch.

#11111
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ RUN rm -r /tmp/observabilityDashboards.zip

# Switch back to opensearch user
USER opensearch-dashboards

#11111
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,4 @@ services:
depends_on:
- opensearch

#11111
1 change: 1 addition & 0 deletions tesingwitheric
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#1231231

0 comments on commit bd81e83

Please sign in to comment.