Skip to content

Commit

Permalink
updated the gradle command in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhruv Sonagara authored and Dhruv Sonagara committed Aug 14, 2023
1 parent f6aba83 commit 00322ce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
fi
# Build and tag the Docker image
./gradlew build
./gradlew bootJar
docker build -t "openmf/ph-ee-connector-channel:$IMAGE_TAG" .
Expand Down Expand Up @@ -68,7 +67,6 @@ jobs:
- run:
name: Build Docker image
command: |
./gradlew build
./gradlew bootJar
docker build -t openmf/ph-ee-connector-channel:latest .
Expand Down

0 comments on commit 00322ce

Please sign in to comment.