Skip to content

Commit

Permalink
feat(gke): Publish package version for GKE (#786)
Browse files Browse the repository at this point in the history
Running Baseplate applications in GKE requires some changes to the way
Baseplate works, for example we need to remove reliance on POSIX queues.
After this change we will start publishing a baseplate package version
v2.5-unsupported-gcp. This branch will contain any changed needed for
Baseplate application to work in GKE.
  • Loading branch information
KTAtkinson committed May 12, 2023
1 parent 9ba9170 commit 290d0db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Lint and Test

on:
push:
branches: [ develop ]
branches: [ develop, v2.5, v2.5-unsupported-gcp ]
pull_request:
branches: [ develop ]
branches: [ develop, v2.5, v2.5-unsupported-gcp ]

jobs:
lint-and-test:
Expand Down

0 comments on commit 290d0db

Please sign in to comment.