Skip to content

Commit

Permalink
Change value of cm.core.deploy-key on travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash committed Jun 19, 2017
1 parent 7acaf7a commit c3c8e77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/blt/ci/internal/create_blt_project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ yaml-cli update:value blt/project.yml project.local.hostname '127.0.0.1:8888'
# Define BLT's deployment endpoints.
yaml-cli update:value blt/project.yml git.remotes.0 bolt8@svn-5223.devcloud.hosting.acquia.com:bolt8.git
yaml-cli update:value blt/project.yml git.remotes.1 git@github.com:acquia-pso/blted8.git
# Set cm.core.deploy-key to sync since we are not executing this on Acquia Cloud.
touch blt/project.local.yml
yaml-cli update:value blt/project.local.yml cm.core.deploy-key sync

git add -A
git commit -m 'Adding new dependencies from BLT update.' -n
Expand Down

0 comments on commit c3c8e77

Please sign in to comment.