Skip to content

Commit

Permalink
CARDS-2317: Split CARDS into multiple projects
Browse files Browse the repository at this point in the history
Allow interpreting variables in the passed arguments, and allow definining a separate PROJECT_VERSION variable as the version for external projects
  • Loading branch information
sdumitriu committed Feb 12, 2024
1 parent c886012 commit c2fc4db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion start_cards.sh
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,8 @@ do
ARGS[$ARGS_LENGTH]=mvn:io.uhndata.cards/cards-slack-notifications/${CARDS_VERSION}/slingosgifeature
ARGS_LENGTH=${ARGS_LENGTH}+1
else
ARGS[$i]=${ARGS[$i]/VERSION/${CARDS_VERSION}}
ARGS[$i]=${ARGS[$i]@P}
ARGS[$i]=${ARGS[$i]//VERSION/${CARDS_VERSION}}
fi
done
Expand Down

0 comments on commit c2fc4db

Please sign in to comment.