Skip to content

Commit

Permalink
removing examples
Browse files Browse the repository at this point in the history
  • Loading branch information
filipelautert committed Mar 15, 2024
1 parent 0dcb294 commit 35f668d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,3 @@ jobs:
build-test:
uses: liquibase/build-logic/.github/workflows/[email protected]
secrets: inherit

#delete this block if the repository you are creating is a CORE extension
build-test:
uses: liquibase/build-logic/.github/workflows/[email protected]
secrets: inherit
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
# liquibase-opensearch
Example repository for creating your own Liquibase CORE and Liquibase PRO extensions

### Modify test.yml as per your requirement
Liquibase extension for OpenSearch

* OSS-Extension : use the below reusable workflow block :
```uses: liquibase/build-logic/.github/workflows/[email protected]```

* PRO-Extension : use the below reusable workflow block :
```uses: liquibase/build-logic/.github/workflows/[email protected]```

0 comments on commit 35f668d

Please sign in to comment.