We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edb6154 commit f2619e0Copy full SHA for f2619e0
.github/workflows/qiita-ci.yml
@@ -54,9 +54,9 @@ jobs:
54
# all config files
55
# wget https://github.com/biocore/qiita/archive/dev.zip
56
# unzip dev.zip
57
- wget https://github.com/jlab/qiita/archive/refs/heads/tornado_FetchFileFromCentralHandler_alsoDirs_debug.zip
58
- unzip tornado_FetchFileFromCentralHandler_alsoDirs_debug.zip
59
- mv qiita-tornado_FetchFileFromCentralHandler_alsoDirs_debug qiita-dev
+ wget https://github.com/jlab/qiita/archive/refs/heads/tornado_FetchFileFromCentralHandler.zip
+ unzip tornado_FetchFileFromCentralHandler.zip
+ mv qiita-tornado_FetchFileFromCentralHandler qiita-dev
60
61
# pull out the port so we can modify the configuration file easily
62
pgport=${{ job.services.postgres.ports[5432] }}
0 commit comments