| #!/bin/bash | |
| if pidof -x -o %PPID "cipd_ensure_eurtest_binaries.sh"; then | |
| echo "Eurtest binaries download already running. Skipping this run." | |
| exit 0 | |
| fi | |
| <%= @depot_tools_dir %>/cipd ensure -ensure-file <%= @cipd_ensure_eurtest_binaries %> -root <%= @eurtest_binaries %> -service-account-json <%= @cipd_key %> |