Skip to content

Commit

Permalink
Use gradle:jdk17 image in Drone pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcmessias committed Apr 15, 2024
1 parent e749e7c commit 69dfff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: default

anchors:
build_frontend: &build_frontend
image: gradle:jdk11
image: gradle:jdk17
commands:
- cd "/drone/src/$${ENVIRONMENT}"
- sed -i "s/<AMPLITUDE_API_KEY>/$AMPLITUDE_API_KEY/g" datahub-web-react/src/conf/analytics.ts
Expand Down

0 comments on commit 69dfff2

Please sign in to comment.