Skip to content

Commit

Permalink
Echo versions
Browse files Browse the repository at this point in the history
  • Loading branch information
triarius committed Jul 11, 2023
1 parent 9ff7154 commit d837774
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .buildkite/steps/repo_info.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@ agent_image="${docker_repo_prefix}/agent-stack-k8s/agent:${version}"
controller_image=$(buildkite-agent meta-data get controller-image)
helm_repo="oci://${docker_repo_prefix}/helm"
helm_image="$helm_repo/agent-stack-k8s:$version"

echo version="$version"
echo controller_image="$controller_image"
echo agent_image="$agent_image"
echo helm_image="$helm_image"

0 comments on commit d837774

Please sign in to comment.