fix
continuous-integration/drone/push Build is failing

이 커밋은 다음에 포함됨:
2020-04-11 12:27:32 -07:00
부모 f5c7654cc8
커밋 b56b3e4355
2개의 변경된 파일6개의 추가작업 그리고 2개의 파일을 삭제
+2 -2
파일 보기
@@ -27,8 +27,8 @@ ln -s /hostroot/root /root/.home
# install other stuff here
pip install -U pip
# install black
pip3 install -U pip
pip3 install black
# install python packages
# install yarn
# install prettier
+4
파일 보기
@@ -1,5 +1,9 @@
#!/bin/bash
set -x
env
TD="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd)"
U="$USERNAME_TO_ADD"