Rename ci_scripts/ into scripts/

This commit is contained in:
link2xt
2021-04-18 20:13:51 +03:00
parent baae31117f
commit 87cb5de8b1
21 changed files with 11 additions and 11 deletions

9
scripts/manual_remote_tests.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
set -xe
export CIRCLE_JOB=remote_tests_${1:?need to specify 'rust' or 'python'}
export CIRCLE_BUILD_NUM=$USER
export CIRCLE_BRANCH=`git branch | grep \* | cut -d ' ' -f2`
export CIRCLE_PROJECT_REPONAME=$(basename `git rev-parse --show-toplevel`)
time bash scripts/$CIRCLE_JOB.sh