Commit Graph

12 Commits (22f74ebca711c6c66d7b9d217954a19edc7db5fb)

Author SHA1 Message Date
Aaron Trudeau db9152881f
(should fail) add jq install to docker image 2021-10-20 01:11:23 -04:00
Paul Pacheco 02c0e7b60c
fix unary operator expected error (#146)
* 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/

* fix missing quote

* Posix shell compliance

Posix shell does not do ==,  it only does one =

* consistent spaces
2021-09-25 22:36:17 +03: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