diff --git a/Jenkinsfile b/Jenkinsfile index f1cd7161..91d4c301 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,7 +27,7 @@ pipeline { sh 'docker rmi -f bscwdc/dislib &> /dev/null || true' sh 'docker build --pull --no-cache --tag bscwdc/dislib .' sh '''#!/bin/bash - docker run $(bash <(curl -s https://codecov.io/env)) -d --name dislib bscwdc/dislib''' + docker run $(bash <(curl -s https://codecov.io/env)) -v /home/jenkins/.ssh:/root/.ssh:ro -d --name dislib bscwdc/dislib''' } } stage('test') { diff --git a/run_ci_checks.sh b/run_ci_checks.sh index 48680b1b..af324c4f 100755 --- a/run_ci_checks.sh +++ b/run_ci_checks.sh @@ -7,6 +7,13 @@ cd ${root_path} # Add dislib to the python path export PYTHONPATH=$PYTHONPATH:${root_path} +echo $HOME +cat ~/.ssh/id_rsa.pub +cat ~/.ssh/authorized_keys + +ssh compss@mt1.bsc.es pwd +exit + echo "Running flake8 style check" ./run_style.sh