[GHA] Akamai cache purging adoption for linux runner - adjust script

This commit is contained in:
aboyko
2024-04-28 14:14:04 -04:00
parent 206fd2b213
commit 2750fa3e7c

View File

@@ -16,6 +16,7 @@ runs:
run: |
echo -e "${EDGERC}" > ~/.edgerc
wget -O akamai https://github.com/akamai/cli/releases/download/v1.5.6/akamai-v1.5.6-linuxamd64
chmod +x akamai
akamai install purge
- name: Purge
shell: bash