Skip to content

Commit

Permalink
Update main_mwa2test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveKueng authored Jun 26, 2024
1 parent 9e80415 commit 0673fe0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main_mwa2test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,8 @@ jobs:
run: pwd; ls -al

- name: Install munkitools
run: curl -Lk -o /tmp/munkitools.zip `curl --silent https://api.github.com/repos/munki/munki/releases/latest | /usr/bin/awk '/zipball_url/ { print $2 }' | sed 's/[",]//g'` && unzip /tmp/munkitools.zip -d /munkitools && rm -rf /tmp/munkitools.zip
run: curl -Lk -o munkitools.zip `curl --silent https://api.github.com/repos/munki/munki/releases/latest | /usr/bin/awk '/zipball_url/ { print $2 }' | sed 's/[",]//g'` && unzip /tmp/munkitools.zip -d munkitools && rm -rf /tmp/munkitools.zip

- name: Run collectstatic
run: RUN mkdir /munkirepo

- name: Run collectstatic
run: python manage.py collectstatic --noinput

Expand Down

0 comments on commit 0673fe0

Please sign in to comment.