Skip to content

Commit 8920c2c

Browse files
committed
Fixing indentation
1 parent 09df4cc commit 8920c2c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,8 @@ jobs:
237237
if [[ -n "${{ inputs.custom_build_command }}" ]]; then
238238
# Custom build command provided by caller
239239
cat > /tmp/build-deploy.sh << CUSTOM_BUILD_EOF
240-
${{ inputs.custom_build_command }}
241-
CUSTOM_BUILD_EOF
240+
${{ inputs.custom_build_command }}
241+
CUSTOM_BUILD_EOF
242242
else
243243
# Default Maven build command with conditional docs profile
244244
cat > /tmp/build-deploy.sh << 'DEFAULT_BUILD_EOF'
@@ -255,8 +255,7 @@ jobs:
255255
fi
256256
DEFAULT_BUILD_EOF
257257
fi
258-
echo "Contents of /tmp/build-deploy.sh:"
259-
cat /tmp/build-deploy.sh
258+
260259
chmod +x /tmp/build-deploy.sh
261260
bash /tmp/build-deploy.sh
262261

0 commit comments

Comments
 (0)