Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
ygpark80 committed Aug 29, 2020
1 parent 81bf883 commit 2c5254d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
export AWS_ACCESS_KEY_ID=$(AWS-ACCESS-KEY-ID-PROD)
export AWS_SECRET_ACCESS_KEY=$(AWS-SECRET-ACCESS-KEY-PROD)
export GITHUB_TOKEN=$(aws ssm get-parameter --name "/zigbang-cli/personal-token" --region "ap-northeast-1" | jq -r .Parameter.Value)
echo $GITHUB_TOKEN
echo HAHAHA
git config --global user.email "bot@zigbang.com"
git config --global user.name "zigbang_bot"
yarn release patch --ci
displayName: Deploy

0 comments on commit 2c5254d

Please sign in to comment.