Skip to content

Commit

Permalink
Merge pull request #7 from palantir/feature/fixrelease
Browse files Browse the repository at this point in the history
Fix working directory issue
  • Loading branch information
daberkow authored Jan 2, 2024
2 parents f499879 + bab60a4 commit c46fdbf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ version: 2.1

jobs:
build:
working_directory: ~/isofilereader
# Remove if parallelism is not desired
docker:
- image: cimg/openjdk:11.0
resource_class: large
Expand All @@ -12,7 +10,7 @@ jobs:
_JAVA_OPTIONS: "-XX:+HeapDumpOnOutOfMemoryError -Xmx1024m"
GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx1024m"'
CIRCLE_TEST_REPORTS: "/home/circleci/project"
CIRCLE_ARTIFACTS: "/home/circleci/project"
CIRCLE_ARTIFACTS: "/home/circleci/assets-cache"
steps:
- checkout
- run:
Expand Down Expand Up @@ -56,7 +54,6 @@ jobs:
path: ~/assets-cache

deploy:
working_directory: ~/isofilereader
docker:
- image: cimg/openjdk:11.0
steps:
Expand All @@ -68,7 +65,6 @@ jobs:
./gradlew --stacktrace publish
deploy_sandbox:
working_directory: ~/isofilereader
docker:
- image: cimg/openjdk:11.0
steps:
Expand Down

0 comments on commit c46fdbf

Please sign in to comment.