diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-01-17 18:25:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-17 18:25:24 +0100 |
commit | ab7e1a4c400f4bdb47ab49a2a0c8ef9508c68e02 (patch) | |
tree | e560b6a63398f4657c99cc192b03b02d4a1f95e8 /contrib | |
parent | f5e614b63f641078b3a74b048f815fea54d03475 (diff) | |
parent | c183dddea642a98c3a0d7699ab3fd24036c61761 (diff) | |
download | podman-ab7e1a4c400f4bdb47ab49a2a0c8ef9508c68e02.tar.gz podman-ab7e1a4c400f4bdb47ab49a2a0c8ef9508c68e02.tar.bz2 podman-ab7e1a4c400f4bdb47ab49a2a0c8ef9508c68e02.zip |
Merge pull request #4892 from cevich/fix_upload_image
Minor: Bugfix in upload image
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/upldrel/entrypoint.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/upldrel/entrypoint.sh b/contrib/upldrel/entrypoint.sh index b79f1c5bf..dc0e69676 100755 --- a/contrib/upldrel/entrypoint.sh +++ b/contrib/upldrel/entrypoint.sh @@ -4,7 +4,7 @@ set -e source /usr/local/bin/lib_entrypoint.sh -req_env_var GCPJSON_FILEPATH GCPNAME GCPPROJECT BUCKET FROM_FILEPATH TO_FILENAME ALSO_FILENAME +req_env_var GCPJSON_FILEPATH GCPNAME GCPPROJECT BUCKET FROM_FILEPATH TO_FILENAME [[ -r "$FROM_FILEPATH" ]] || \ die 2 ERROR Cannot read release archive file: "$FROM_FILEPATH" |