mirror of
https://github.com/goharbor/harbor
synced 2025-04-08 01:32:26 +00:00
8 lines
98 B
Bash
Executable File
8 lines
98 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -x
|
|
set -e
|
|
|
|
python setup.py install --record files.txt
|
|
cat files.txt | xargs rm -rf
|