Skip to content

Commit

Permalink
Merge pull request #28 from regenbogen-ice/canary
Browse files Browse the repository at this point in the history
chore: update rabbit coach sequence update endpoint
  • Loading branch information
AdriDevelopsThings authored Apr 30, 2024
2 parents 5fabdbf + ed8729a commit 2e6f6fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

# Install the cosign tool except on PR
# https://github.com/sigstore/cosign-installer
- name: Install cosign
if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@1e95c1de343b5b0c23352d6417ee3e48d5bcd422
with:
cosign-release: 'v1.4.0'


# Workaround: https://github.com/docker/build-push-action/issues/461
- name: Setup Docker buildx
uses: docker/setup-buildx-action@79abd3f86f79a9d68a23c75a09a9a85889262adf
Expand Down
3 changes: 2 additions & 1 deletion src/logics/trip_rabbit_update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ const trip_rabbit_updates = async (trip: any) => {
trainId: trip.id,
trainNumber: trip.train_number,
trainType: trip.train_type,
initialDeparture: JSToISO(trip.initial_departure),
evaDeparture: JSToISO(trip.initial_departure),
evaNumber: trip.origin_station
})
}
}
export default trip_rabbit_updates
export default trip_rabbit_updates

0 comments on commit 2e6f6fd

Please sign in to comment.