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 52
52
53
53
# we need to download qiita directly so we have "easy" access to
54
54
# 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
58
57
59
58
# pull out the port so we can modify the configuration file easily
60
59
pgport=${{ job.services.postgres.ports[5432] }}
95
94
export QIITA_ROOTCA_CERT=`pwd`/qiita-dev/qiita_core/support_files/ci_rootca.crt
96
95
export QIITA_CONFIG_FP=`pwd`/qiita-dev/qiita_core/support_files/config_test_local.cfg
97
96
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}
99
97
100
98
export REDBIOM_HOST="http://localhost:7379"
101
99
You can’t perform that action at this time.
0 commit comments