mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-16 04:54:42 +00:00
Blog changes + tests (#4)
* Blog changes + tests * Fix build * Fix * Add back step * Fix logger * Fix test * Typo * Better test * Changes to tests * Update micro * Fixing all them things * Fixing even more things :)) * Bump micro * Fix posts and tags by following micro changes * Trying to pin workflow to correct micro version * huh * Bump go micro * Add etcd replace * Changing a bunch of things * Denormalize to fix bug * Fixes
This commit is contained in:
8
tests/image/run-etcd.sh
Normal file
8
tests/image/run-etcd.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
ETCD_CMD="/bin/etcd -data-dir=/data"
|
||||
echo -e "Running '$ETCD_CMD'\nBEGIN ETCD OUTPUT\n"
|
||||
|
||||
exec $ETCD_CMD &
|
||||
sleep 4
|
||||
/microserver $*
|
||||
Reference in New Issue
Block a user