Add sign and transform bash to ash script

This commit is contained in:
MrArmonius 2021-07-09 16:04:19 +02:00
parent 974d8806d8
commit a9d9484f23
2 changed files with 4 additions and 4 deletions

View File

@ -15,10 +15,10 @@ steps:
- name: test_bottin - name: test_bottin
image: consul:latest image: consul:latest
commands: commands:
- bash test_automatic/start_test.sh - ash test_automatic/start_test.sh
--- ---
kind: signature kind: signature
hmac: 5c319176dcd13198853df2c7922e2df4c8dfd5c3611a72e9d69f8ddd4bc09e46 hmac: de69bea7ec60ab7e7cedf2407f724c489a740d7367bbac1dc7abfc4b8b1c94af
... ...

View File

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/sh
trap "exit" INT TERM ERR
trap "kill 0" EXIT trap "kill 0" EXIT
export BOTTIN_DEFAULT_ADMIN_PW=$(openssl rand -base64 24) export BOTTIN_DEFAULT_ADMIN_PW=$(openssl rand -base64 24)