Skip to content

Commit a58e5d1

Browse files
committed
feature/57139_gtfsrt-metric-exporter
1 parent 5a9f2cf commit a58e5d1

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci-cd-java.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ jobs:
5656
run: |
5757
mvn spotless:check
5858
59-
6059
- name: Run tests
6160
working-directory: ${{ inputs.workingDirectory }}
6261
run: mvn test
@@ -80,7 +79,6 @@ jobs:
8079
run: |
8180
echo "IMAGE_NAME=${IMAGE_NAME_MIXED_CASE,,}" >> "${GITHUB_ENV}"
8281
83-
8482
- name: Build Docker Image
8583
uses: docker/build-push-action@v6
8684
with:

.github/workflows/ci-cd-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Check if perform release
5454
id: perform_release
5555
run: |
56-
if [[ "${GITHUB_REF}" == "refs/heads/main" || "${GITHUB_REF}" == "refs/heads/develop" || "${GITHUB_REF}" == "refs/heads/aks-dev"]]; then
56+
if [[ "${GITHUB_REF}" == "refs/heads/main" || "${GITHUB_REF}" == "refs/heads/develop" || "${GITHUB_REF}" == "refs/heads/aks-dev" ]]; then
5757
echo "PERFORM_RELEASE=true" >> $GITHUB_ENV
5858
elif [[ "${{ inputs.performRelease }}" == "true" ]]; then
5959
echo "PERFORM_RELEASE=true" >> $GITHUB_ENV

0 commit comments

Comments
 (0)