Skip to content

Commit

Permalink
temporary debug for mrs.developer editing
Browse files Browse the repository at this point in the history
  • Loading branch information
artur-barrionuevo committed Dec 2, 2024
1 parent ec444d7 commit ca1fb5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/.s2i/bin/assemble
Original file line number Diff line number Diff line change
Expand Up @@ -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|}$||')
Expand Down

0 comments on commit ca1fb5c

Please sign in to comment.