mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
9 lines
251 B
Bash
Executable File
9 lines
251 B
Bash
Executable File
#! /bin/bash
|
|
|
|
sudo rm -rf example_tshirt/execfn/tshirt label_namespace/execfn/dist label_namespace/execfn/node_modules
|
|
|
|
if [ "$1" == "--image" ]; then
|
|
docker image rm label_namespace_build:latest
|
|
docker image rm tshirt_example_build:latest
|
|
fi
|