Skip to content

Commit

Permalink
remove gradle command (#59)
Browse files Browse the repository at this point in the history
Co-authored-by: Somanath Hugar <[email protected]>
  • Loading branch information
somanath21 and Somanath Hugar authored Aug 1, 2023
1 parent 6fd9f8d commit cbdcf08
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 @@ -29,7 +29,6 @@ jobs:
fi
# Build and tag the Docker image
./gradlew bootJar
docker build -t "openmf/ph-ee-operations-web:$IMAGE_TAG" .
# Push the Docker image to Docker Hub
Expand All @@ -54,7 +53,6 @@ jobs:
- run:
name: Build Docker image
command: |
./gradlew bootJar
docker build -t openmf/ph-ee-operations-web:latest .
# Log in to DockerHub using environment variables
Expand Down

0 comments on commit cbdcf08

Please sign in to comment.