Skip to content

Commit

Permalink
A valid comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
benlangfeld authored Feb 8, 2018
1 parent 300962e commit e1d1f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ decrypt_chart() {
then
"$HELM_CMD" secrets dec-deps "$chart"
fi
if [ ! "$BUILD_DEPS_AND_PACKAGE" = true ];
if [[ "${BUILD_DEPS_AND_PACKAGE}" == "true" ]];
then
echo -e "${YELLOW}>>>>>>${NOC} ${BLUE}Dependencies build and package${NOC}"
"$HELM_CMD" dep build "$chart" && "$HELM_CMD" package "$chart"
Expand Down

0 comments on commit e1d1f6f

Please sign in to comment.