Skip to content

Commit f2619e0

Browse files
committed
fall back to base branch
1 parent edb6154 commit f2619e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/qiita-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ jobs:
5454
# all config files
5555
# wget https://github.com/biocore/qiita/archive/dev.zip
5656
# 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
57+
wget https://github.com/jlab/qiita/archive/refs/heads/tornado_FetchFileFromCentralHandler.zip
58+
unzip tornado_FetchFileFromCentralHandler.zip
59+
mv qiita-tornado_FetchFileFromCentralHandler qiita-dev
6060
6161
# pull out the port so we can modify the configuration file easily
6262
pgport=${{ job.services.postgres.ports[5432] }}

0 commit comments

Comments
 (0)