Skip to content

Commit

Permalink
Ability to choose the Pantheon organization during bootstrapping (#657)
Browse files Browse the repository at this point in the history
  • Loading branch information
AronNovak authored May 18, 2024
1 parent 57534be commit c5932e3
Show file tree
Hide file tree
Showing 4 changed files with 924 additions and 9 deletions.
1 change: 1 addition & 0 deletions .travis.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ env:

before_install:
- export PATH="$HOME/.config/composer/vendor/bin:$PATH"
- tmpdaemon=$(mktemp)
- sudo jq '."registry-mirrors" = ["DOCKER_MIRROR"]' /etc/docker/daemon.json > $tmpdaemon
- sudo mv $tmpdaemon /etc/docker/daemon.json
- sudo systemctl daemon-reload
Expand Down
Loading

0 comments on commit c5932e3

Please sign in to comment.