forked from Deuxfleurs/bottin
Add sign and transform bash to ash script
This commit is contained in:
parent
974d8806d8
commit
a9d9484f23
2 changed files with 4 additions and 4 deletions
|
@ -15,10 +15,10 @@ steps:
|
|||
- name: test_bottin
|
||||
image: consul:latest
|
||||
commands:
|
||||
- bash test_automatic/start_test.sh
|
||||
- ash test_automatic/start_test.sh
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: 5c319176dcd13198853df2c7922e2df4c8dfd5c3611a72e9d69f8ddd4bc09e46
|
||||
hmac: de69bea7ec60ab7e7cedf2407f724c489a740d7367bbac1dc7abfc4b8b1c94af
|
||||
|
||||
...
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
#!/bin/sh
|
||||
trap "exit" INT TERM ERR
|
||||
trap "kill 0" EXIT
|
||||
|
||||
export BOTTIN_DEFAULT_ADMIN_PW=$(openssl rand -base64 24)
|
||||
|
|
Loading…
Reference in a new issue