Searched refs:CUR_DIR (Results 1 – 6 of 6) sorted by relevance
18 readonly CUR_DIR="$(cd -P ${BASH_SOURCE[0]%/*}; pwd)"19 readonly ROOT_DIR=$(dirname $(dirname "$CUR_DIR"))23 cd "$CUR_DIR"
18 readonly CUR_DIR="$(cd -P ${BASH_SOURCE[0]%/*}; pwd)"19 readonly ROOT_DIR=$(dirname $(dirname "$CUR_DIR"))23 cd $CUR_DIR
35 CUR_DIR = os.path.dirname(os.path.abspath(__file__)) variable38 WORKDIR = os.path.join(CUR_DIR, 'repo')45 ENV = {'GIT_SSH_COMMAND': 'ssh -i ' + os.path.join(CUR_DIR, 'deploy_key')}
38 CUR_DIR = os.path.dirname(__file__) variable177 artifacts_uploader = os.path.join(CUR_DIR, 'artifacts_uploader.py')
34 CUR_DIR = os.path.dirname(__file__) variable106 cmd = [os.path.join(CUR_DIR, 'run_job.py'), job_id]
33 CUR_DIR = os.path.dirname(__file__) variable95 uploader = os.path.join(CUR_DIR, 'perf_metrics_uploader.py')