diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 62fd68c9..70a5cff3 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f2414f73..ea969de9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -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 @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f6d0cf81..e6f12491 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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 @@ -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 @@ -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