-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0dcb294
commit 35f668d
Showing
2 changed files
with
1 addition
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]``` |