ee51f04af3
Add code to support azure e2e Signed-off-by: Noel Georgi <git@frezbo.dev>
8 lines
126 B
Bash
Executable File
8 lines
126 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
cd hack/cloud-image-uploader
|
|
|
|
go run . --artifacts-path="../../${ARTIFACTS}" --tag="${TAG}" "$@"
|