blob: 7559817fb3ade82827df75be4728fb8266369f7c [file]
#!/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 %>