Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit 65fbec0

Browse files
author
Michael Sauter
authored
Merge pull request #706 from opendevstack/fix/gradle-build-script-again
Remove duplicated cd instruction
2 parents b07e504 + 9323c62 commit 65fbec0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ listed in the changelog.
1010

1111
## [Unreleased]
1212

13+
### Fixed
14+
15+
- Gradle build script changes twice into working dir ([#705](https://github.com/opendevstack/ods-pipeline/issues/705))
16+
1317
## [0.13.1] - 2023-06-05
1418

1519
### Added

build/package/scripts/build-gradle.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ mkdir -p "${GRADLE_USER_HOME}"
5959
configure-gradle
6060

6161
echo
62-
cd "${working_dir}"
6362
echo "Working on Gradle project in '${working_dir}'..."
6463
echo
6564
echo "Gradlew version: "

0 commit comments

Comments
 (0)