Sfoglia il codice sorgente

Remove checksum files after sync

main
Sindre Stephansen 11 mesi fa
parent
commit
b70090053b
Firmato da: sindre <sindre@sindrestephansen.com> ID Chiave GPG: B06FC67D17A46ADE
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      run.sh

+ 1
- 0
run.sh Vedi File

@@ -19,6 +19,7 @@ SYNCRET=$?
USER_ID=$user GROUP_ID=$group docker-compose down -v

if [ $SYNCRET -eq 0 ]; then
find ./data/repositories/releases/ -type f -name \*.sha1 -exec rm {} \;
echo "Creating a tarball of the Releases"
tar zcvf ./maven-releases-packages.tar.gz -C ./data/repositories/releases/ . 2>/dev/null
chown "$user:$group" ./maven-releases-packages.tar.gz


Loading…
Annulla
Salva