Skip to content

Commit

Permalink
remove debugs
Browse files Browse the repository at this point in the history
  • Loading branch information
semarche-kaltura committed Dec 11, 2023
1 parent 26dcab2 commit 3c25eea
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/update_dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,11 @@ jobs:
local dependencyKey="UPDATE-$dependencyName"
local versionKey="VERSION-$dependencyName"
# Debug:
echo ">> inputsJson $inputsJson"
local checkedValue=$(echo $inputsJson | sed -n "s/.*$dependencyKey:\([^,}]*\).*/\1/p")
local versionValue=$(echo $inputsJson | sed -n "s/.*$versionKey:\([^,}]*\).*/\1/p")
echo ">> checked $checkedValue"
echo ">> version $versionValue"
echo ">>$checkedValue"
echo ">>$versionValue"
# Check if the dependency checked in script inputs
if [[ $checkedValue == "true" ]]; then
Expand Down

0 comments on commit 3c25eea

Please sign in to comment.