Skip to content

Commit ab512f8

Browse files
committed
Update README
1 parent 8a9dd7e commit ab512f8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ docker push us-central1-docker.pkg.dev/gorgias-revenue-production/container-imag
3737
3. Update the final target `FROM` to match the new tag version you wish to use, so that our image is based on the official image. You may wish to leave out package install steps since they'll already be in the image.
3838
4. Also update the `TAG` variable in the `cube/.github/workflows/image-build.yaml` file to match the new tag version you wish to use.
3939
5. Update the README version tags as well above.
40-
6. Delete unused directories such as `examples/`, `docs/`, or `packages/` to avoid Dependabot alerts
40+
6. Delete unused directories such as `examples/`, `docs/`, or `packages/` to avoid Dependabot alerts:
41+
```sh
42+
git rm -r docs/ examples/ packages/ rust/cubenativeutils/ rust/cubesql/ rust/cubesqlplanner/ yarn.lock
43+
```
4144

4245
-----
4346

0 commit comments

Comments
 (0)