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 95c4850 commit 4c30969Copy full SHA for 4c30969
.circleci/config.yml
@@ -59,7 +59,7 @@ jobs:
59
name: Setup ArangoDB
60
command: |
61
chmod +x starter.sh
62
- ./starter.sh ${{ parameters.arangodb_config }} ${{ parameters.arangodb_license }} ${{ parameters.arangodb_version }}
+ ./starter.sh << parameters.arangodb_config >> << parameters.arangodb_license >> << parameters.arangodb_version >>
63
- restore_cache:
64
key: pip-and-local-cache
65
- run:
0 commit comments