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 0673fe0 commit 4affbb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_mwa2test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: pwd; ls -al

- name: Install munkitools
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
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

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

0 comments on commit 4affbb4

Please sign in to comment.