Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanhitt committed Feb 11, 2022
1 parent fcd88b0 commit 766b3a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
build:
docker:
# specify the version you desire here
- image: circleci/openjdk:8-jdk
- image: openjdk:8
environment:
# Customize the JVM maximum heap limit
JVM_OPTS: -Xmx500m
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ You can use Auto CircleCI Orb as follows:
```
version: 2.1
orbs:
auto_ci: nowsecure/[email protected].0
auto_ci: nowsecure/[email protected].1
jobs:
build:
docker:
- image: circleci/openjdk:8-jdk
- image: openjdk:8
steps:
- attach_workspace:
at: /tmp/myworkspace
Expand Down

0 comments on commit 766b3a7

Please sign in to comment.