entrypoint-gcp 197 B

1234567891011
  1. #!/bin/bash
  2. #
  3. # Temporary wrapper for entrypoint-gcp until the migration
  4. # to entrypoint-provider is complete.
  5. #
  6. set -euo pipefail
  7. export TYPE='gcp'
  8. exec /usr/local/bin/entrypoint-provider "$@"