Skip to content

Commit

Permalink
change org name
Browse files Browse the repository at this point in the history
  • Loading branch information
SHINCHI, Takahiro committed Dec 20, 2018
1 parent 2bef47b commit b8a9d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -45,7 +45,7 @@ jobs:
name: Setup Org
command: |
echo 'Running tests'
sfdx force:auth:jwt:grant --clientid $HUB_CONSUMER_KEY --jwtkeyfile assets/server.key --username $HUB_SFDC_USER --setdefaultdevhubusername -a hub
sfdx force:auth:jwt:grant --clientid $HUB_CONSUMER_KEY --jwtkeyfile assets/server.key --username $HUB_SFDC_USER --setdefaultdevhubusername -a DevHub
sfdx force --help
sfdx force:org:create -s -f ~/ci_app/config/project-scratch-def.json -a circle_build_$CIRCLE_BUILD_NUM --wait 3
sfdx force:source:push -u circle_build_$CIRCLE_BUILD_NUM
Expand Down

0 comments on commit b8a9d34

Please sign in to comment.