Skip to content

Commit

Permalink
build: remove unused variables from delivery.yaml (#2548)
Browse files Browse the repository at this point in the history
Followup on #2511

Signed-off-by: Alexander Yastrebov <alexander.yastrebov@zalando.de>
  • Loading branch information
AlexanderYastrebov authored Aug 31, 2023
1 parent a3e6943 commit 3c2525e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion delivery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pipeline:
IMAGE="${IMAGE_REGISTRY}/teapot/skipper-test:${CDP_BUILD_VERSION}"
MULTIARCH_IMAGE="${MULTIARCH_REGISTRY}/teapot/skipper-test:${CDP_BUILD_VERSION}"
fi
export IMAGE ARM_IMAGE ARM64_IMAGE MULTIARCH_IMAGE
export IMAGE MULTIARCH_IMAGE
make deps cicheck staticcheck gosec
Expand Down

0 comments on commit 3c2525e

Please sign in to comment.