Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into mascore5439
Browse files Browse the repository at this point in the history
  • Loading branch information
tomklapiscak committed Mar 3, 2025
2 parents c1326a9 + 18217e0 commit d9efabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image/cli/mascli/functions/gitops_mas_config
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@ function gitops_mas_config() {
export SECRET_KEY_WATSON_STUDIO_USERNAME=${WATSON_STUDIO_SECRET}#username
export SECRET_KEY_WATSON_STUDIO_PASSWORD=${WATSON_STUDIO_SECRET}#password
export SECRET_KEY_WATSON_STUDIO_URL=${WATSON_STUDIO_SECRET}#url
sm_verify_secret_exists $WATSON_STUDIO_SECRET "username,password,url"
sm_verify_secret_exists $WATSON_STUDIO_SECRET "username,password,url" false
fi

echo
Expand Down

0 comments on commit d9efabe

Please sign in to comment.