Skip to content

Commit 4fd9152

Browse files
committed
Add more debugging output
Signed-off-by: Taylor Smock <smocktaylor@gmail.com>
1 parent 53849ca commit 4fd9152

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/ant.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
repository: ${{ inputs.repository }}
139139
ref: ${{ inputs.ref }}
140140
plugin-directory: ${{ inputs.plugin-directory }}
141-
fetch-depth: 0
141+
fetch-depth: 50
142142
- name: Set version information
143143
id: version
144144
run: |
@@ -165,6 +165,9 @@ jobs:
165165
run: |
166166
set -ex
167167
cd $GITHUB_WORKSPACE/josm/plugins/${{ inputs.plugin-directory }}
168+
ls ../..
169+
ls ../../core
170+
ls ../../core/tools
168171
ls ../../core/tools/checkstyle
169172
mvn --file ../../core/pom.xml package install -DskipTests
170173
mvn --file pom.xml package javadoc:jar source:jar -DskipTests -Dplugin.dist.dir=../../dist -Dplugin.version=${{ steps.version.outputs.version }}

.github/workflows/internal_ant.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
repository: ${{ inputs.repository }}
139139
ref: ${{ inputs.ref }}
140140
plugin-directory: ${{ inputs.plugin-directory }}
141-
fetch-depth: 0
141+
fetch-depth: 50
142142
- name: Set version information
143143
id: version
144144
run: |
@@ -165,6 +165,9 @@ jobs:
165165
run: |
166166
set -ex
167167
cd $GITHUB_WORKSPACE/josm/plugins/${{ inputs.plugin-directory }}
168+
ls ../..
169+
ls ../../core
170+
ls ../../core/tools
168171
ls ../../core/tools/checkstyle
169172
mvn --file ../../core/pom.xml package install -DskipTests
170173
mvn --file pom.xml package javadoc:jar source:jar -DskipTests -Dplugin.dist.dir=../../dist -Dplugin.version=${{ steps.version.outputs.version }}

0 commit comments

Comments
 (0)