File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -88,10 +88,10 @@ jobs:
8888 conda activate klp
8989
9090 # creating bcl-convert/sbatch/squeue executable
91- cp `pwd`/tests/bin/bcl-convert ${CONDA_PREFIX}/bin/
92- echo 'echo "$@ "' > ${CONDA_PREFIX}/ bin/sbatch
93- echo 'echo -e "JOBID,STATE\n1234,COMPLETED"' > ${CONDA_PREFIX}/ bin/squeue
94- chmod +x ${CONDA_PREFIX}/bin/sbatch ${CONDA_PREFIX}/ bin/squeue ${CONDA_PREFIX}/bin/bcl-convert
91+ echo 'echo "$@"' > `pwd`/tests/bin/sbatch
92+ echo 'echo -e "JOBID,STATE\n1234,COMPLETED "' > `pwd`/tests/ bin/squeue
93+ chmod +x `pwd`/tests/bin/sbatch `pwd`/tests/ bin/squeue `pwd`/tests/bin/bcl-convert
94+ echo `pwd`/tests/ bin/ >> "$GITHUB_PATH"
9595
9696 export QIITA_ROOTCA_CERT=`pwd`/qiita-dev/qiita_core/support_files/ci_rootca.crt
9797 export QIITA_CONFIG_FP=`pwd`/qiita-dev/qiita_core/support_files/config_test_local.cfg
You can’t perform that action at this time.
0 commit comments