Skip to content

Commit

Permalink
Remove duplicated cd instruction
Browse files Browse the repository at this point in the history
Fixes #705.
  • Loading branch information
michaelsauter committed Jun 6, 2023
1 parent b07e504 commit 9323c62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ listed in the changelog.

## [Unreleased]

### Fixed

- Gradle build script changes twice into working dir ([#705](https://github.com/opendevstack/ods-pipeline/issues/705))

## [0.13.1] - 2023-06-05

### Added
Expand Down
1 change: 0 additions & 1 deletion build/package/scripts/build-gradle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ mkdir -p "${GRADLE_USER_HOME}"
configure-gradle

echo
cd "${working_dir}"
echo "Working on Gradle project in '${working_dir}'..."
echo
echo "Gradlew version: "
Expand Down

0 comments on commit 9323c62

Please sign in to comment.