Skip to content

Commit e6aa515

Browse files
authored
Update liquibase_rollback_targeted_workflow.yml
removed GH check in instructions
1 parent 665a069 commit e6aa515

File tree

1 file changed

+6
-25
lines changed

1 file changed

+6
-25
lines changed

.github/workflows/liquibase_rollback_targeted_workflow.yml

+6-25
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ env:
3131
LIQUIBASE_COMMAND_PASSWORD: ${{ secrets.LIQUIBASE_COMMAND_PASSWORD }}
3232
LIQUIBASE_COMMAND_CHANGELOG_FILE: ${{ secrets.LIQUIBASE_COMMAND_CHANGELOG_FILE }}
3333
LIQUIBASE_REPORTS_ENABLED: "TRUE"
34-
LIQUIBASE_LOG_LEVEL: "FINE"
35-
34+
LIQUIBASE_LOG_LEVEL: "INFO"
3635

3736

3837
jobs:
@@ -60,13 +59,7 @@ jobs:
6059
name: rollback1-reports-DEV
6160
path: |
6261
**/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+
7063
7164
Test_Job:
7265
needs: Build_Job
@@ -80,7 +73,7 @@ jobs:
8073
- name: Rolling back TEST
8174
uses: docker://liquibase/liquibase:4.28.0
8275
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
8477

8578
###
8679
### Gather logs
@@ -91,14 +84,8 @@ jobs:
9184
with:
9285
name: rollback1-reports-TEST
9386
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+
10289

10390

10491
Deploy_Prod_Job:
@@ -125,10 +112,4 @@ jobs:
125112
name: rollback1-reports-PROD
126113
path: |
127114
**/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

Comments
 (0)