Commit Graph

11 Commits (dd2ac8ed250d4a41cffde46e7c301b549e7e61d1)

Author SHA1 Message Date
Paul Pacheco dd2ac8ed25
fix unary operator expected error
The if comparisons can sometimes compare an empty variable, which gives errors like this:
```
/steps/run_tests.sh: line 71: [: =: unary operator expected
```

This PR should fix the script to address that problem. 
See an explanation of why this error happens here:
https://codefather.tech/blog/bash-unary-operator-expected/
2021-09-25 12:00:07 -05:00
Devashish Lal 31cd755121
docker repo migrated (#77) 2020-11-26 18:19:17 +01:00
Alex Evgrashin c85e37ca1f Fixed always passing action 2020-02-14 23:25:40 +01:00
Alex Evgrashin 58f580c801 Editor log now saves to artifacts folder 2020-02-13 21:58:50 +01:00
qwe321qwe321qwe321 da74d9ff8c Add Custom Parameters in PlayMode Testing 2020-02-12 00:40:29 +01:00
Webber e9b4db003e Separate custom parameters 2020-02-11 20:46:27 +01:00
Webber c937b9ed6c Update docs 2020-01-31 01:15:59 +01:00
Webber e2f2badc29 Update workflow to use with instead of env 2020-01-31 01:15:59 +01:00
Webber 3ccd77fd44 Add custom parameters 2020-01-31 01:15:59 +01:00
Webber 28154ea36e Enforce real folder names 2020-01-31 01:15:59 +01:00
Webber 2ca91788af Split up steps and implement license management 2020-01-31 01:15:59 +01:00