Skip to content

Commit

Permalink
Issue Lullabot#258: Update Terminus to 3.2.1 (Lullabot#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
justafish authored Sep 28, 2023
1 parent 3f6d55c commit cb45b36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scaffold/github/actions/pantheon/setup-terminus/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
- run: |
echo -e "Host *.drush.in\n StrictHostKeyChecking no\n HostkeyAlgorithms +ssh-rsa\n PubkeyAcceptedAlgorithms +ssh-rsa" >> ~/.ssh/config
mkdir ~/terminus
curl -L https://github.com/pantheon-systems/terminus/releases/download/3.0.7/terminus.phar --output ~/terminus/terminus
curl -L https://github.com/pantheon-systems/terminus/releases/download/3.2.1/terminus.phar --output ~/terminus/terminus
chmod +x ~/terminus/terminus
ln -s ~/terminus/terminus /usr/local/bin/terminus
echo "${{ inputs.terminus-plugins }}" | while read -d, plugin || [[ -n $plugin ]]; do terminus self:plugin:install $plugin; done
Expand Down
2 changes: 1 addition & 1 deletion scaffold/gitlab/Pantheon.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- !reference [.drainpipe_setup_git, script]
- echo -e "Host *.drush.in\n StrictHostKeyChecking no\n HostkeyAlgorithms +ssh-rsa\n PubkeyAcceptedAlgorithms +ssh-rsa" >> ~/.ssh/config
- mkdir ~/terminus
- curl -L https://github.com/pantheon-systems/terminus/releases/download/3.0.7/terminus.phar --output ~/terminus/terminus
- curl -L https://github.com/pantheon-systems/terminus/releases/download/3.2.1/terminus.phar --output ~/terminus/terminus
- chmod +x ~/terminus/terminus
- ln -s ~/terminus/terminus /usr/local/bin/terminus
- echo "$TERMINUS_PLUGINS" | while read -d, plugin || [[ -n $plugin ]]; do terminus self:plugin:install $plugin; done
Expand Down

0 comments on commit cb45b36

Please sign in to comment.