linux-surface/.github/scripts
Dorian Stoll 348af13d4e
pkg: repo: Fix generating random strings
The pipefail option causes the script to terminate with an error,
because the pipes are closed while they are still being written
to from /dev/urandom.

It would be possible to disable pipefail locally for this command,
but using openssl seems easier and more robust anyways.
2023-07-25 12:35:37 +02:00
..
container pkg: fedora: Create containers manually, reclaim space from the runner 2023-07-25 09:36:13 +02:00
package pkg: debian: Move to script based workflow 2023-07-25 09:36:22 +02:00
repository pkg: repo: Fix generating random strings 2023-07-25 12:35:37 +02:00