mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 14:20:35 +01:00
[PR #468] [MERGED] [Fix][CI] Use JDK 17 image for deploy-snapshot job #567
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/apple/pkl/pull/468
Author: @fumiya-kume
Created: 5/1/2024
Status: ✅ Merged
Merged: 5/1/2024
Merged by: @bioball
Base:
main← Head:patch-1📝 Commits (3)
a2d5d27Use JDK 17 image for deploy-snapshot job954833eRevert changeb34f4fdUse Java17 for deploy📊 Changes
2 files changed (+3 additions, -3 deletions)
View changed files
📝
.circleci/config.yml(+2 -2)📝
.circleci/jobs/DeployJob.pkl(+1 -1)📄 Description
Cause
The CI is failing for deploy-snapshot job.
Ref: https://app.circleci.com/pipelines/github/apple/pkl/760/workflows/b39c0772-56db-4ba3-a5bc-edef38e25bc2/jobs/4203
The reason is that using image is JDK11.0, but we specify the 17.0
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.