forked from pablodenadai/node-liquibase
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(generate.yml): update job name to reflect the generation of a lis…
…t of liquibase commands feat(generate.yml): add steps to read commands from JSON file, iterate over commands, and execute Docker command for each feat(generate.yml): update artifact name to include liquibase version dynamically feat(gitignore): add *.proto files to the list of ignored files
- Loading branch information
jandroav
committed
Mar 4, 2024
1 parent
b1a98b9
commit ea3d27d
Showing
2 changed files
with
18 additions
and
3 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
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 |
---|---|---|
|
@@ -4,6 +4,8 @@ node_modules | |
coverage | ||
.npmrc | ||
commands.json | ||
*.proto | ||
|
||
|
||
# Mac OS | ||
.DS_Store | ||
|