Skip to content

Commit baa4cac

Browse files
authored
476 cicd demo (#480)
* Add executable to cicd.py * minor fixes to lb files; ignore the build directory from micronaut
1 parent da6d9af commit baa4cac

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Temporary Builds
2+
grabdish/inventory-micronaut/build/
3+
14
# Deployment artifacts
25
.deployed/
36
.deployed/*.yaml

workshops/dcms-cicd/liquibase/cicd.py

100644100755
File mode changed.
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
1+
<?xml version="1.0" encoding="UTF-8"?>
22
<databaseChangeLog
3-
xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
4-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5-
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
3+
xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
4+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5+
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
66
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.9.xsd">
7-
<include file="table/inventory_table.xml"/>
8-
</databaseChangeLog>
7+
<include file="table/inventory_table.xml"/>
8+
</databaseChangeLog>

workshops/dcms-cicd/liquibase/grants.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-- liquibase formatted sql
22

3-
-- changeset john:Initial context:admin
3+
-- changeset gotsysdba:grant_${schema} context:admin
44
ALTER USER "${schema}" QUOTA UNLIMITED ON "DATA";
55
GRANT CREATE SESSION TO "${schema}";
66
GRANT CREATE TABLE TO "${schema}";

0 commit comments

Comments
 (0)