Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 662c6dd

Browse files
Try again to install annotated command dev-master.
1 parent f6e4a90 commit 662c6dd

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

circle.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,9 @@ dependencies:
4444
- git config --global core.fileMode false
4545
override:
4646
- composer -n global require -n "hirak/prestissimo:^0.3"
47-
- /usr/bin/env COMPOSER_BIN_DIR=$HOME/bin composer -n --working-dir=$HOME require pantheon-systems/terminus "^1"
48-
- |
49-
(
50-
cd terminus
51-
composer require consolidation/annotated-command:dev-master
52-
composer show consolidation/annotated-command
53-
)
47+
- mkdir -p $HOME/terminus
48+
- /usr/bin/env COMPOSER_BIN_DIR=$HOME/bin composer -n --working-dir=$HOME/terminus require pantheon-systems/terminus "^1"
49+
- composer -n --working-dir=$HOME/terminus require consolidation/annotated-command:"dev-master as 2.99"
5450
- terminus -n --version
5551
- /usr/bin/env COMPOSER_BIN_DIR=$HOME/bin composer -n --working-dir=$HOME require drush/drush "^8"
5652
- mkdir -p ~/.terminus/plugins

0 commit comments

Comments
 (0)