Skip to content
Verified Commit 85b75a8b authored by Matthew Clarkson's avatar Matthew Clarkson
Browse files

feat(curl_upload_file): add `--directory` argument

Allows adding path directory to the composed URL.

```
bazel run -- :upload --dir one --dir two
bazel run -- :upload --directory one/two
```

This can be useful to prefix the uploaded file with a CI environment variable:

```
bazel run -- :upload --dir "${CI_PIPELINE_ID}"
```
parent 3e4c4879
Loading
Loading
Loading
Pipeline #6929 passed with stages
in 49 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment