Skip to content

Commit cf8681a

Browse files
add echo steps
1 parent 72b3c23 commit cf8681a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.circleci/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,16 +333,24 @@ commands:
333333
./deps/readies/bin/getpy3
334334
git clone -b feature/async-run git@github.com:RedisLabsModules/redisbench-admin.git --depth=1
335335
cd redisbench-admin
336+
echo "install poetry"
336337
curl -sSL https://install.python-poetry.org | python3 -
338+
echo "export variables"
337339
export PATH="/root/.local/bin:$PATH"
338340
export LC_ALL=C.UTF-8
339341
export LANG=C.UTF-8
340342
export LANGUAGE=C.UTF-8
343+
echo "poetry install"
341344
poetry install
345+
echo "activate venv"
342346
source $(poetry env info --path)/bin/activate
347+
echo "create run.py"
343348
echo "IyEvdXNyL2Jpbi9lbnYgcHl0aG9uCiMgLSotIGNvZGluZzogdXRmLTggLSotCmltcG9ydCByZQppbXBvcnQgc3lzCmZyb20gcmVkaXNiZW5jaF9hZG1pbi5jbGkgaW1wb3J0IG1haW4KCmlmIF9fbmFtZV9fID09ICJfX21haW5fXyI6CiAgICBzeXMuYXJndlswXSA9IHJlLnN1YihyIigtc2NyaXB0XC5weXd8XC5leGUpPyQiLCAiIiwgc3lzLmFyZ3ZbMF0pCiAgICBzeXMuZXhpdChtYWluKCkpCg==" | base64 -d > run.py
349+
echo "make run.py executable"
344350
chmod +x run.py
351+
echo "create link"
345352
ln -s run.py /usr/local/bin/benchmark-admin
353+
echo "go back and get terraform"
346354
cd ..
347355
VERSION=0.14.8 ./deps/readies/bin/getterraform
348356
- run:

0 commit comments

Comments
 (0)