Skip to content

Commit

Permalink
[#403] Updated CI workflow removing additional installs and prep;
Browse files Browse the repository at this point in the history
  • Loading branch information
jlucas9 committed Nov 1, 2024
1 parent 8e7a5eb commit f546438
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Update
run: apt-get update
- name: Install dependencies
run: apt-get install -y python3 docker docker.io
- name: prep
run: make prep
- name: config
run: make config
- name: build
Expand All @@ -31,12 +25,6 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Update
run: apt-get update
- name: Install dependencies
run: apt-get install -y python3 docker docker.io
- name: prep
run: make prep
- name: config
run: make config
- name: build
Expand Down
Empty file modified scripts/cfg/config.sh
100644 → 100755
Empty file.
Empty file modified scripts/cfg/igniter_launch.sh
100644 → 100755
Empty file.
Empty file modified scripts/cfg/prep_gsw.sh
100644 → 100755
Empty file.
Empty file modified scripts/cfg/prep_sat.sh
100644 → 100755
Empty file.
Empty file modified scripts/cfg/prepare.sh
100644 → 100755
Empty file.
Empty file modified scripts/cfg/uninstall.sh
100644 → 100755
Empty file.

0 comments on commit f546438

Please sign in to comment.