Skip to content

Commit a326c59

Browse files
committed
a
1 parent 212ea1d commit a326c59

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/bica-ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
run: |
140140
ls -lh ./backups
141141
tar -xzf ./backups/*.tar.gz -C ./backups
142-
head -40 ./backups/db_backup.sql
142+
cat ./backups/db_backup.sql
143143
144144
- name: Cleanup
145145
run: |
@@ -289,7 +289,8 @@ jobs:
289289
- name: Extract decrypted tarball and show pg_dump head
290290
run: |
291291
tar -xzf ./backups/*.tar.gz -C ./backups
292-
head -40 ./backups/db_backup.sql
292+
cat ./backups/db_backup.sql
293+
293294
294295
docker-publish:
295296
name: Push to Docker Hub

0 commit comments

Comments
 (0)