Skip to content

Commit

Permalink
remove docker prune from script
Browse files Browse the repository at this point in the history
  • Loading branch information
masterrob94 committed Oct 14, 2023
1 parent 0175df5 commit 26a3f54
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ jobs:
- name: Build A318HS Package
run: |
./scripts/dev-env/run.sh ./scripts/build_a318hs.sh --no-tty -j 4
docker system prune -af
- name: Build A318HS ZIP files
run: |
node ./scripts/fragment_a318ceo.js
Expand Down Expand Up @@ -135,7 +134,6 @@ jobs:
- name: Build A319HS Package
run: |
./scripts/dev-env/run.sh ./scripts/build_a319hs.sh --no-tty -j 4
docker system prune -af
- name: Build A319HS ZIP files
run: |
node ./scripts/fragment_a319ceo.js
Expand Down Expand Up @@ -210,7 +208,6 @@ jobs:
- name: Build A320HS Package
run: |
./scripts/dev-env/run.sh ./scripts/build_a320hs.sh --no-tty -j 4
docker system prune -af
- name: Build A320HS ZIP files
run: |
node ./scripts/fragment_a320ceo.js
Expand Down Expand Up @@ -285,7 +282,6 @@ jobs:
- name: Build A21NHS Package
run: |
./scripts/dev-env/run.sh ./scripts/build_a321hs.sh --no-tty -j 4
docker system prune -af
- name: Build A21NHS ZIP files
run: |
node ./scripts/fragment_a321neo.js
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
- name: Build A318HS Package
run: |
./scripts/dev-env/run.sh ./scripts/build_a318hs.sh --no-tty -j 4
docker system prune -af
- name: Build A318HS ZIP files
run: |
node ./scripts/fragment_a318ceo.js
Expand Down Expand Up @@ -206,7 +205,6 @@ jobs:
- name: Build A320HS Package
run: |
./scripts/dev-env/run.sh ./scripts/build_a320hs.sh --no-tty -j 4
docker system prune -af
- name: Build A320HS ZIP files
run: |
node ./scripts/fragment_a320ceo.js
Expand Down Expand Up @@ -281,7 +279,6 @@ jobs:
- name: Build A21NHS Package
run: |
./scripts/dev-env/run.sh ./scripts/build_a321hs.sh --no-tty -j 4
docker system prune -af
- name: Build A21NHS ZIP files
run: |
node ./scripts/fragment_a321neo.js
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ jobs:
- name: Build A318HS Package
run: |
./scripts/dev-env/run.sh ./scripts/build_a318hs.sh --no-tty -j 4
docker system prune -af
- name: Build A318HS ZIP files
run: |
node ./scripts/fragment_a318ceo.js
Expand Down Expand Up @@ -135,7 +134,6 @@ jobs:
- name: Build A319HS Package
run: |
./scripts/dev-env/run.sh ./scripts/build_a319hs.sh --no-tty -j 4
docker system prune -af
- name: Build A319HS ZIP files
run: |
node ./scripts/fragment_a319ceo.js
Expand Down Expand Up @@ -210,7 +208,6 @@ jobs:
- name: Build A320HS Package
run: |
./scripts/dev-env/run.sh ./scripts/build_a320hs.sh --no-tty -j 4
docker system prune -af
- name: Build A320HS ZIP files
run: |
node ./scripts/fragment_a320ceo.js
Expand Down Expand Up @@ -285,7 +282,6 @@ jobs:
- name: Build A21NHS Package
run: |
./scripts/dev-env/run.sh ./scripts/build_a321hs.sh --no-tty -j 4
docker system prune -af
- name: Build A21NHS ZIP files
run: |
node ./scripts/fragment_a321neo.js
Expand Down

0 comments on commit 26a3f54

Please sign in to comment.