diff --git a/docs/exercise-006.md b/docs/exercise-006.md index 70d3ec2..391f815 100644 --- a/docs/exercise-006.md +++ b/docs/exercise-006.md @@ -28,11 +28,6 @@ image_resource: type: docker-image source: {repository: openjdk, tag: 8} -run: - path: ./gradlew # Command to execute - args: ["build"] - dir: sources/application # Location to execute, note the 'sources' as directory prefix - run: # Gradle release + version bumping path: sh args: diff --git a/docs/exercise-007.md b/docs/exercise-007.md index 350aa8f..a7771ac 100644 --- a/docs/exercise-007.md +++ b/docs/exercise-007.md @@ -36,11 +36,6 @@ image_resource: type: docker-image source: {repository: openjdk, tag: 8} -run: - path: ./gradlew # Command to execute - args: ["build"] - dir: sources/application # Location to execute, note the 'sources' as directory prefix - run: # Gradle release + version bumping path: sh args: