Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 829 Bytes

remove.md

File metadata and controls

25 lines (21 loc) · 829 Bytes

Setup

Clone this repository and run locally, or use Cloud Shell to walk through the steps:

Open in Cloud Shell

Prepare

To setup this function, run through these instructions from the root of the repository or using Cloud Shell.

Set the following environment variables, replacing the values with those for your project and bucket:

export PROJECT_ID=<my-project-id>
export BUCKET_NAME=<my-target-bucket-name>

Then run the following command as-is:

gcloud config set project $PROJECT_ID

Remove

Run the following to remove Fixity functions.

make remove