From ca1fb5c8eade2a050dced59959ff85c44c828d79 Mon Sep 17 00:00:00 2001 From: Artur Martins Barrionuevo Date: Mon, 2 Dec 2024 15:27:12 -0300 Subject: [PATCH] temporary debug for mrs.developer editing --- frontend/.s2i/bin/assemble | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/.s2i/bin/assemble b/frontend/.s2i/bin/assemble index 0e86c7a..7c2f2c3 100644 --- a/frontend/.s2i/bin/assemble +++ b/frontend/.s2i/bin/assemble @@ -123,6 +123,9 @@ handle_add_package() { # Function to handle ADD_MRSDEVELOPER handle_mrs_developer() { echo "Processing ADD_MRSDEVELOPER... Updating mrs.developer.json" + + echo "Below is the value sent by the platform to S2I:" + echo $ADD_MRSDEVELOPER # Extract the new developers new_developers=$(echo "$ADD_MRSDEVELOPER" | sed 's|^{||; s|}$||')