Skip to content

Instantly share code, notes, and snippets.

@soorajshankar
Created September 21, 2020 14:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save soorajshankar/770bbea78319abf40ce6908f8613d2a5 to your computer and use it in GitHub Desktop.
Save soorajshankar/770bbea78319abf40ce6908f8613d2a5 to your computer and use it in GitHub Desktop.
docker-compose up --build --force-recreate && docker run \
-e GIT_TOKEN=<> \
-e GIT_EMAIL=soorajshankar@gmail.com \
-e GIT_REMOTE=https://soorajshankar:<>@github.com/soorajshankar/auto-test.git \
-e GIT_REPO_NAME=auto-test \
-e GIT_REPORTS_DIR=stage12 \
-e GIT_NAME=soorajshankar \
-it app_graphql-bench query \
--config https://gist.githubusercontent.com/soorajshankar/****/config.yaml \
-o reports.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment