Skip to content

Commit c2d5976

Browse files
committed
revert to qiita dev and remove ENABLE_HTTPS_PLUGIN_FILETRANSFER
1 parent e336fbc commit c2d5976

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/qiita-ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,8 @@ jobs:
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] }}
@@ -95,7 +94,6 @@ jobs:
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

0 commit comments

Comments
 (0)