debug ls
This commit is contained in:
parent
41fbadc331
commit
71263a9983
@ -13,6 +13,10 @@ pip install 'dvc[ssh]'
|
||||
echo "Pulling dvc data"
|
||||
dvc pull
|
||||
|
||||
ls data/
|
||||
ls data/mlruns
|
||||
ls data/mlruns/1
|
||||
|
||||
echo "index-url = https://${bamboo_nexus_user}:${bamboo_nexus_password}@nexus.iqser.com/repository/python-combind/simple" >> pip.conf
|
||||
docker build -f Dockerfile_base -t $SERVICE_NAME_BASE .
|
||||
docker build -f Dockerfile -t nexus.iqser.com:5001/red/$SERVICE_NAME:${bamboo_version_tag} .
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user