File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 5252
5353 # we need to download qiita directly so we have "easy" access to
5454 # all config files
55- # wget https://github.com/biocore/qiita/archive/dev.zip
56- # unzip dev.zip
57- git clone -b uncouplePlugins https://github.com/jlab/qiita.git qiita-dev
55+ wget https://github.com/biocore/qiita/archive/dev.zip
56+ unzip dev.zip
5857
5958 # pull out the port so we can modify the configuration file easily
6059 pgport=${{ job.services.postgres.ports[5432] }}
9594 export QIITA_ROOTCA_CERT=`pwd`/qiita-dev/qiita_core/support_files/ci_rootca.crt
9695 export QIITA_CONFIG_FP=`pwd`/qiita-dev/qiita_core/support_files/config_test_local.cfg
9796 sed "s#/home/runner/work/qiita/qiita#${PWD}/qiita-dev#g" `pwd`/qiita-dev/qiita_core/support_files/config_test.cfg > ${QIITA_CONFIG_FP}
98- sed -i "s/ENABLE_HTTPS_PLUGIN_FILETRANSFER = False/ENABLE_HTTPS_PLUGIN_FILETRANSFER = True/" ${QIITA_CONFIG_FP}
9997
10098 export REDBIOM_HOST="http://localhost:7379"
10199
You can’t perform that action at this time.
0 commit comments