garm/.github/workflows
Ionut Balutoiu 8900de7a1b [integration-tests] Update randomStringGenerator bash function
Some integration tests workflows failed with:
```
Error: Invalid format 'ORG_WEBHOOK_SECRET=***'
```
or
```
Error: Invalid format 'GARM_PASSWORD=***'
```

Workflow runs logs:
* https://github.com/cloudbase/garm/actions/runs/5920389694/job/16051606203#step:7:26
* https://github.com/cloudbase/garm/actions/runs/5908193226/job/16027297143#step:7:26

This is a transient error, as it only happens sometimes.

I suspect that sometimes there is some illegal sequence of characters
in the random generated strings. Thus, the GitHub actions logic to
parse the environment fails.

This change removes the special characters that would have a special
meaning in bash, from the `randomStringGenerator` function, in hopes
to fix the transient issue.

Signed-off-by: Ionut Balutoiu <ibalutoiu@cloudbasesolutions.com>
2023-08-22 11:17:43 +03:00
..
build-and-push.yml Add dockerfile and workflow 2023-07-15 23:22:32 +00:00
codeql.yml Create codeql.yml 2023-01-21 01:21:03 +02:00
go-tests.yml Remove unused functions 2023-01-20 23:57:03 +02:00
integration-tests.yml [integration-tests] Update randomStringGenerator bash function 2023-08-22 11:17:43 +03:00