31
31
LIQUIBASE_COMMAND_PASSWORD : ${{ secrets.LIQUIBASE_COMMAND_PASSWORD }}
32
32
LIQUIBASE_COMMAND_CHANGELOG_FILE : ${{ secrets.LIQUIBASE_COMMAND_CHANGELOG_FILE }}
33
33
LIQUIBASE_REPORTS_ENABLED : " TRUE"
34
- LIQUIBASE_LOG_LEVEL : " FINE"
35
-
34
+ LIQUIBASE_LOG_LEVEL : " INFO"
36
35
37
36
38
37
jobs :
60
59
name : rollback1-reports-DEV
61
60
path : |
62
61
**/Rollback*.html
63
- # - name: Checkin DEV rollback report
64
- # run: |
65
- # git config user.name github-actions
66
- # git config user.email [email protected]
67
- # git add .
68
- # git commit -m "DEV rollback report"
69
- # git push
62
+
70
63
71
64
Test_Job :
72
65
needs : Build_Job
80
73
- name : Rolling back TEST
81
74
uses : docker://liquibase/liquibase:4.28.0
82
75
with :
83
- args : rollbackOneChangeset --changeset-author=${{ github.event.inputs.author }} --changeset-id=${{ github.event.inputs.id }} --changeset-path=${{ github.event.inputs.path }} --reports-name="rollback-${{ github.event.inputs.id }}-TEST.html" -- force
76
+ args : rollbackOneChangeset --changeset-author=${{ github.event.inputs.author }} --changeset-id=${{ github.event.inputs.id }} --changeset-path=${{ github.event.inputs.path }} --force
84
77
85
78
# ##
86
79
# ## Gather logs
91
84
with :
92
85
name : rollback1-reports-TEST
93
86
path : |
94
- **/rollback*.html
95
- - name : Checkin TEST rollback report
96
- run : |
97
- git config user.name github-actions
98
- git config user.email [email protected]
99
- git add .
100
- git commit -m "TEST rollback report"
101
- git push
87
+ **/Rollback*.html
88
+
102
89
103
90
104
91
Deploy_Prod_Job :
@@ -125,10 +112,4 @@ jobs:
125
112
name : rollback1-reports-PROD
126
113
path : |
127
114
**/rollback*.html
128
- - name : Checkin PROD rollback report
129
- run : |
130
- git config user.name github-actions
131
- git config user.email [email protected]
132
- git add .
133
- git commit -m "PROD rollback report"
134
- git push
115
+
0 commit comments