mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-03 01:00:08 +01: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
|