Skip to content

Commit

Permalink
#1152 - use ansible branch that supports new server properties
Browse files Browse the repository at this point in the history
  • Loading branch information
louise-davies committed Oct 6, 2023
1 parent 9c3fb73 commit 947fe4f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ jobs:
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
with:
repository: icatproject-contrib/icat-ansible
ref: master
ref: new-search-properties
path: icat-ansible
- name: Install Ansible
run: pip install -r icat-ansible/requirements.txt
Expand Down Expand Up @@ -455,10 +455,6 @@ jobs:
- name: Start API
run: cd datagateway-api/; nohup poetry run python -m datagateway_api.src.main > api-output.txt &

# DEBUG
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

# E2E tests
- name: Setup Node.js
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3
Expand Down

0 comments on commit 947fe4f

Please sign in to comment.