From f82f41d8d76d7b26b3bb6a99581d102e5494fd32 Mon Sep 17 00:00:00 2001 From: Levente Farkas Date: Fri, 27 Oct 2023 16:28:08 +0200 Subject: [PATCH] Removed root scripts --- build.cmd | 6 ------ build.sh | 6 ------ 2 files changed, 12 deletions(-) delete mode 100644 build.cmd delete mode 100644 build.sh diff --git a/build.cmd b/build.cmd deleted file mode 100644 index 15ed1ab..0000000 --- a/build.cmd +++ /dev/null @@ -1,6 +0,0 @@ -@echo off - -echo Building the EOSC Data Transfer Proxy... - -cd src\main\docker -docker-compose -p eosc-beyond up -d --build --remove-orphans diff --git a/build.sh b/build.sh deleted file mode 100644 index 8ed668f..0000000 --- a/build.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -echo "Building the EOSC Data Transfer Proxy..." - -cd src/main/docker -sudo docker-compose -p eosc-beyond up -d --build --remove-orphans