Skip to content

Commit

Permalink
update deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Küng committed Jun 26, 2024
1 parent 0c13b9a commit 54bb3a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main_mwa2test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
- 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 /tmp/munkitools && rm -rf /tmp/munkitools.zip && cp -R /tmp/munkitools/munki-munki-*/code/client munkitools && rm -rf /tmp/munkitools

- name: list
run: pwd; ls -al
- name: Install AzureRepo plugin
run: curl -Lk -o /tmp/MunkiAzurePlugin.zip `curl --silent https://api.github.com/repos/SteveKueng/MunkiAzurePlugin/releases/latest | /usr/bin/awk '/zipball_url/ { print $2 }' | sed 's/[",]//g'` && unzip /tmp/MunkiAzurePlugin.zip -d /tmp/MunkiAzurePlugin && rm -rf /tmp/MunkiAzurePlugin.zip && cp /tmp/MunkiAzurePlugin/SteveKueng-MunkiAzurePlugin-fc59a5e/payload/usr/local/munki/munkilib/munkirepo/AzureRepo.py munkitools/munkilib/munkirepo && rm -rf /tmp/MunkiAzurePlugin

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

0 comments on commit 54bb3a5

Please sign in to comment.