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

This commit is contained in:
aboyko
2024-04-28 14:13:05 -04:00
parent 2b7113d641
commit 206fd2b213

View File

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