Skip to content
Snippets Groups Projects
Unverified Commit c659d029 authored by Gaëlle Fournier's avatar Gaëlle Fournier Committed by GitHub
Browse files

Remove internal smile file

parent 95789ffd
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env bash
set -e
# Specific script for internal deploy on smile nexus
# Copy in vitadmin project and execute after building the rpms with :
# mvn clean install -DskipTests -pl '!cots/vitamui-mongo-express' -Pvitam-external,rpm,webpack,skipTestsRun
for rpm_file in `find . -name "*.rpm"`
do
echo "BEGIN ${rpm_file}"
rpm_file_clean=$(basename -- ${rpm_file})
echo "BASENAME ${rpm_file_clean}"
# curl --fail -v --upload-file ${rpm_file} http://nexus.vitry.intranet/repository/RPM-Vitam-SNAPSHOT/vitadmin/${rpm_file_clean}
cp ${rpm_file} ../../documents/livraison_cea_lot1_fixes/
echo "END ${rpm_file}"
done
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment