File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2222 "executor" : " nx:run-commands" ,
2323 "options" : {
2424 "cwd" : " {projectRoot}" ,
25- "command" : " dotenvx run --env-file=../../.env -- bash -lc 'if [ -n \" $ARTILLERY_KEY\" ]; then artillery run --record --key \" $ARTILLERY_KEY\" configs/pkp-sign.yml; else artillery run configs/pkp-sign.yml; fi' "
25+ "command" : " artillery run configs/pkp-sign.yml $( [ -n \" $ARTILLERY_KEY\" ] && echo \" --record --key $ARTILLERY_KEY\" ) "
2626 }
2727 },
2828 "run:encrypt-decrypt" : {
2929 "executor" : " nx:run-commands" ,
3030 "options" : {
3131 "cwd" : " {projectRoot}" ,
32- "command" : " dotenvx run --env-file=../../.env -- bash -lc 'if [ -n \" $ARTILLERY_KEY\" ]; then artillery run --record --key \" $ARTILLERY_KEY\" configs/encrypt-decrypt.yml; else artillery run configs/encrypt-decrypt.yml; fi' "
32+ "command" : " artillery run configs/encrypt-decrypt.yml $( [ -n \" $ARTILLERY_KEY\" ] && echo \" --record --key $ARTILLERY_KEY\" ) "
3333 }
3434 },
3535 "run:execute" : {
3636 "executor" : " nx:run-commands" ,
3737 "options" : {
3838 "cwd" : " {projectRoot}" ,
39- "command" : " dotenvx run --env-file=../../.env -- bash -lc 'if [ -n \" $ARTILLERY_KEY\" ]; then artillery run --record --key \" $ARTILLERY_KEY\" configs/execute.yml; else artillery run configs/execute.yml; fi' "
39+ "command" : " artillery run configs/execute.yml $( [ -n \" $ARTILLERY_KEY\" ] && echo \" --record --key $ARTILLERY_KEY\" ) "
4040 }
4141 },
4242 "run:mix" : {
4343 "executor" : " nx:run-commands" ,
4444 "options" : {
4545 "cwd" : " {projectRoot}" ,
46- "command" : " dotenvx run --env-file=../../.env -- bash -lc 'if [ -n \" $ARTILLERY_KEY\" ]; then artillery run --record --key \" $ARTILLERY_KEY\" configs/mix.yml; else artillery run configs/mix.yml; fi' "
46+ "command" : " artillery run configs/mix.yml $( [ -n \" $ARTILLERY_KEY\" ] && echo \" --record --key $ARTILLERY_KEY\" ) "
4747 }
4848 },
4949 "run:sign-session-key" : {
5050 "executor" : " nx:run-commands" ,
5151 "options" : {
5252 "cwd" : " {projectRoot}" ,
53- "command" : " dotenvx run --env-file=../../.env -- bash -lc 'if [ -n \" $ARTILLERY_KEY\" ]; then artillery run --record --key \" $ARTILLERY_KEY\" configs/sign-session-key.yml; else artillery run configs/sign-session-key.yml; fi' "
53+ "command" : " artillery run configs/sign-session-key.yml $( [ -n \" $ARTILLERY_KEY\" ] && echo \" --record --key $ARTILLERY_KEY\" ) "
5454 }
5555 }
5656 },
You can’t perform that action at this time.
0 commit comments