6 lines
122 B
Bash
6 lines
122 B
Bash
#!/bin/sh
|
|
|
|
pip install -r .utilities/templates/requirements.txt
|
|
|
|
python ./utilities/templates/templater.py $CI_COMMIT_SHA
|