Skip to content

Commit 5255bdf

Browse files
committed
APM-4217 Fix github actions
1 parent bdc5dba commit 5255bdf

2 files changed

Lines changed: 0 additions & 17 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@ jobs:
2323
- name: Install Java
2424
run: sudo apt-get install --yes default-jre default-jdk
2525

26-
- name: Install node
27-
run: |
28-
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
29-
curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash -
30-
sudo apt-get install -y nodejs
31-
3226
- name: Upgrade python packaging tools
3327
run: python -m pip install --upgrade pip setuptools wheel
3428

.github/workflows/pr-lint.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,3 @@ jobs:
1212
run: echo ::set-env name=TICKET_NAME::$(echo ${{ github.event.pull_request.head.ref }} | grep -i -o '\(apm-[0-9]\+\)\|\(apmspii-[0-9]\+\)\|\(adz-[0-9]\+\)|\(amb-[0-9]\+\)' | tr '[:lower:]' '[:upper:]')
1313
env:
1414
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
15-
16-
- name: Comment on PR with link to JIRA ticket
17-
if: contains(github.event.pull_request.head.ref, 'apm-') || contains(github.event.pull_request.head.ref, 'APM-') || contains(github.event.pull_request.head.ref, 'apmspii-') || contains(github.event.pull_request.head.ref, 'APMSPII-') || contains(github.event.pull_request.head.ref, 'adz-') || contains(github.event.pull_request.head.ref, 'ADZ-') || contains(github.event.pull_request.head.ref, 'amb-') || contains(github.event.pull_request.head.ref, 'AMB-')
18-
uses: unsplash/comment-on-pr@master
19-
env:
20-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21-
with:
22-
msg: |
23-
This branch is work on a ticket in the NHS Digital APM JIRA Project. Here's a handy link to the ticket:
24-
# [${{ env.TICKET_NAME }}](https://nhsd-jira.digital.nhs.uk/browse/${{ env.TICKET_NAME}})
25-

0 commit comments

Comments
 (0)