Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
azagniotov authored Jan 20, 2024
1 parent 0b3a97f commit 28a24ba
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,20 +283,6 @@ build_push_image_steps: &build_push_image_steps
name: Authenticating to Docker Hub
command: |
echo "$DOCKER_HUB_PASSWORD" | docker login --username "$DOCKER_HUB_USER" --password-stdin
- run:
name: Dummy Gradle build to cause a dependencies download
working_directory: ~/repo
command: |
./gradlew clean build
ls -al /root/.gradle
- run:
name: Copy Gradle dependencies
working_directory: ~/repo/docker/jdk<< parameters.jdk_version >>
command: |
cp -r /root/.gradle .
ls -al
- run:
name: Building and Pushing Multi Arch Docker images
Expand Down

0 comments on commit 28a24ba

Please sign in to comment.