We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d727f01 commit 46f91c3Copy full SHA for 46f91c3
.circleci/config.yml
@@ -18,7 +18,7 @@ shared: &shared
18
command: |
19
sudo curl -sL -o /usr/bin/gimme https://raw.githubusercontent.com/travis-ci/gimme/master/gimme
20
sudo chmod +x /usr/bin/gimme
21
- sudo eval "$(gimme 1.12)"
+ sudo bash -c eval "$(gimme 1.12)"
22
23
- checkout
24
0 commit comments