-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moved docker prune to after trying to start bip services
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,12 +50,6 @@ jobs: | |
run: sleep 60s | ||
shell: bash | ||
|
||
- name: 'Post-Build Docker Cleanup' | ||
uses: ./.github/actions/docker-prune | ||
|
||
- name: 'Check disk space (Post-Build)' | ||
uses: ./.github/actions/check-disk-space | ||
|
||
- name: 'Wait for RabbitMQ to be ready' | ||
uses: indiesdev/[email protected] | ||
with: | ||
|
@@ -98,6 +92,12 @@ jobs: | |
run: sleep 60s | ||
shell: bash | ||
|
||
- name: 'Post-Build Docker Cleanup' | ||
uses: ./.github/actions/docker-prune | ||
|
||
- name: 'Check disk space (Post-Build)' | ||
uses: ./.github/actions/check-disk-space | ||
|
||
- name: 'Send Merge Request' | ||
uses: indiesdev/[email protected] | ||
id: merge_request | ||
|