Remove copy-pasted target statement in drone.yml

This commit is contained in:
Jack Jackson 2024-11-03 14:18:06 -08:00
parent 22f267bdac
commit 01970ebf50

View File

@ -35,7 +35,6 @@ steps:
tags: tags:
- ${DRONE_BRANCH} - ${DRONE_BRANCH}
- ${DRONE_COMMIT_SHA:0:10} - ${DRONE_COMMIT_SHA:0:10}
target: prod
platforms: platforms:
- linux/arm64 - linux/arm64
- linux/amd64 - linux/amd64