debug ls
This commit is contained in:
parent
71263a9983
commit
ba09df7884
@ -73,7 +73,6 @@ public class PlanSpec {
|
||||
project(),
|
||||
SERVICE_NAME, new BambooKey(SERVICE_KEY))
|
||||
.description("Docker build for image-prediction.")
|
||||
// .variables()
|
||||
.stages(
|
||||
new Stage("Build Stage")
|
||||
.jobs(
|
||||
|
||||
@ -13,10 +13,6 @@ 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} .
|
||||
|
||||
@ -1,4 +1,10 @@
|
||||
echo "${bamboo_nexus_password}" | docker login --username "${bamboo_nexus_user}" --password-stdin nexus.iqser.com:5001
|
||||
|
||||
echo "ls dvc data"
|
||||
ls data/
|
||||
ls data/mlruns
|
||||
ls data/mlruns/1
|
||||
|
||||
docker build -f Dockerfile_tests -t image-prediction-tests .
|
||||
|
||||
rnd=$(date +"%s")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user