Skip to content

Commit

Permalink
fix(tests): canada fork;
Browse files Browse the repository at this point in the history
- Use canada fork of ckan.
  • Loading branch information
JVickery-TBS committed Sep 26, 2024
1 parent 2f6f6d6 commit 10d1ebc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,14 @@ jobs:
- "86:1c:b6:e2:07:f7:e6:e5:7f:24:96:c5:7e:2f:af:c2"
- "f2:9a:75:b8:82:b3:08:63:3d:9c:71:1d:14:2a:fa:18"
- checkout
- run:
name: Set CKAN to open-data/ckan@canada-py3
command: |
pip uninstall -y ckan
git --git-dir=\/srv\/app\/src\/ckan\/.git --work-tree=\/srv\/app\/src\/ckan\/ remote add canada https://github.com/open-data/ckan.git
git --git-dir=\/srv\/app\/src\/ckan\/.git --work-tree=\/srv\/app\/src\/ckan\/ fetch canada canada-py3
git --git-dir=\/srv\/app\/src\/ckan\/.git --work-tree=\/srv\/app\/src\/ckan\/ checkout -b canada-py3 canada/canada-py3
git --git-dir=\/srv\/app\/src\/ckan\/.git --work-tree=\/srv\/app\/src\/ckan\/ pull
- run:
name: Install requirements
command: |
Expand Down

0 comments on commit 10d1ebc

Please sign in to comment.