Skip to content

Commit

Permalink
ci updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mchavez committed Jun 22, 2024
1 parent c7089f8 commit 9e7edb6
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,6 @@ jobs:

test:
runs-on: ubuntu-latest
services:
jenkins:
image: jenkins/jenkins:lts
ports:
- 8080:8080
- 50000:50000
# needed because the postgres container does not provide a healthcheck
options: >-
--health-cmd
--health-interval 10s
--health-timeout 5s
--health-retries 3
--health-start-period 90s
env:
BATON_JENKINS_USERNAME: ${{ secrets.BATON_JENKINS_USERNAME }}
BATON_JENKINS_PASSWORD: ${{ secrets.BATON_JENKINS_PASSWORD }}
Expand Down

0 comments on commit 9e7edb6

Please sign in to comment.