Clean stage-archive.sh
[osm/NG-SA.git] / devops-stages / stage-archive.sh
index 7c88360..dbae44a 100755 (executable)
@@ -16,4 +16,9 @@
 # limitations under the License.
 #
 
-echo "Nothing to be done"
+MDG=NG-SA
+rm -rf pool
+rm -rf dists
+mkdir -p pool/$MDG
+mv deb_dist/*.deb pool/$MDG/
+