Skip to content

Commit a612639

Browse files
committed
dbeaver/dbeaver-devops#2023 Remove env.CHECKOUT_PATH fallback from
working-directory paths
1 parent fd6a3f9 commit a612639

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build-p2/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ runs:
1111
- name: Verify target-bundles
1212
shell: sh
1313
run: mvn clean verify -B -T1C
14-
working-directory: ${{ inputs.repo-root-dir || env.CHECKOUT_PATH || '.' }}
14+
working-directory: ${{ inputs.repo-root-dir || '.' }}
1515

1616
- name: Verify P2
1717
shell: sh
1818
run: mvn clean verify -B -T1C
19-
working-directory: ${{ inputs.repo-root-dir || env.CHECKOUT_PATH || '.' }}/p2
19+
working-directory: ${{ inputs.repo-root-dir || '.' }}/p2

0 commit comments

Comments
 (0)