From c659d0293c523266ecfda6096a94684922d813e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABlle=20Fournier?= <gaelle.fournier.work@gmail.com> Date: Wed, 23 Sep 2020 21:28:21 +0200 Subject: [PATCH] Remove internal smile file --- publish_smile.sh | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100755 publish_smile.sh diff --git a/publish_smile.sh b/publish_smile.sh deleted file mode 100755 index cbea0220..00000000 --- a/publish_smile.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/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 -- GitLab