Skip to content

Commit

Permalink
printing credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalparadowski committed Jun 5, 2020
1 parent 385bf72 commit b4e1a93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ jobs:
echo "Triggering pipeline with source $PIPELINE"
EVENT_ID=`curl -s -X POST -H "content-type: application/json" -d "{ }" http://spinnaker/api/v1/webhooks/webhook/$PIPELINE | jq -r .eventId`
echo "eventId: $EVENT_ID"
cat ~/.hal/default/profiles/gate-local.yml
PASS=`cat ~/.hal/default/profiles/gate-local.yml | grep password`
PASS=${PASS#*:\ }
USER=`cat ~/.hal/default/profiles/gate-local.yml | grep name`
Expand Down

0 comments on commit b4e1a93

Please sign in to comment.