Skip to content

Commit cbdcf08

Browse files
somanath21Somanath Hugar
and
Somanath Hugar
authored
remove gradle command (#59)
Co-authored-by: Somanath Hugar <[email protected]>
1 parent 6fd9f8d commit cbdcf08

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.circleci/config.yml

-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
fi
3030
3131
# Build and tag the Docker image
32-
./gradlew bootJar
3332
docker build -t "openmf/ph-ee-operations-web:$IMAGE_TAG" .
3433
3534
# Push the Docker image to Docker Hub
@@ -54,7 +53,6 @@ jobs:
5453
- run:
5554
name: Build Docker image
5655
command: |
57-
./gradlew bootJar
5856
docker build -t openmf/ph-ee-operations-web:latest .
5957
6058
# Log in to DockerHub using environment variables

0 commit comments

Comments
 (0)