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 21e803e commit 95c4850Copy full SHA for 95c4850
.circleci/config.yml
@@ -59,7 +59,7 @@ jobs:
59
name: Setup ArangoDB
60
command: |
61
chmod +x starter.sh
62
- ./starter.sh ${{ matrix.arangodb_config }} ${{ matrix.arangodb_license }} ${{ matrix.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