Skip to content

Commit

Permalink
Merge pull request #1373 from alphagov/sengi/rm-jenkinsfile
Browse files Browse the repository at this point in the history
Remove disused Jenkinsfile etc.
  • Loading branch information
sengi authored Jan 23, 2024
2 parents 502ab84 + a9af9d4 commit 4baa201
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 16 deletions.
2 changes: 0 additions & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
.github
.gitignore
Dockerfile
Jenkinsfile
Procfile
README.md
coverage
docs
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
push:
branches:
- main
paths-ignore:
- "Jenkinsfile"
- ".git**"
pull_request:

jobs:
Expand Down Expand Up @@ -55,7 +52,9 @@ jobs:
uses: alphagov/govuk-infrastructure/.github/actions/setup-mysql@main

- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
show-progress: false

- name: Setup Ruby
uses: ruby/setup-ruby@v1
Expand Down
10 changes: 0 additions & 10 deletions Jenkinsfile

This file was deleted.

0 comments on commit 4baa201

Please sign in to comment.