diff options
author | MrArmonius <mrarmonius@gmail.com> | 2021-07-09 15:47:54 +0200 |
---|---|---|
committer | MrArmonius <mrarmonius@gmail.com> | 2021-07-19 18:57:40 +0200 |
commit | da627ac39ad437bfb6be7e5f343933a0ca4e5073 (patch) | |
tree | ee2a5e87a9c872e668deaf5dea056552e177442f /.drone.yml | |
parent | a98556d5c1241f9150202d72ea096a775d97a582 (diff) | |
download | bottin-da627ac39ad437bfb6be7e5f343933a0ca4e5073.tar.gz bottin-da627ac39ad437bfb6be7e5f343933a0ca4e5073.zip |
Script in ash to launch our test V1.0 (end-to-end) in a Consul's
container
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -14,11 +14,13 @@ steps: - name: test_bottin image: consul:latest + environment: + BOTTIN_DEFAULT_ADMIN_PW: priZ4Cg0x5NkSyiIN/MpvWw4ZEy8f8s1 commands: - - ./test_automatic/start_test.sh + - ash test_automatic/start_test.sh --- kind: signature -hmac: 939fca00ff84d40e9364cd936c18c40c5becafa05e0f887bc04cf6336a4913a2 +hmac: a4455c124ee87ca8b0ef1779560703573f3a3f24d406e4cb281b9e0dab4ceeda ... |