Skip to content

Commit c27ea34

Browse files
committed
check variable resolution
1 parent 2084230 commit c27ea34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.buildkite/pull_request_pipeline.yml

+1
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ steps:
158158
QUALIFIED_VERSION="$(.buildkite/scripts/common/qualified-version.sh)"
159159
SHA="$(git rev-parse --short HEAD)"
160160
DOCKER_REPOSITORY=docker.elastic.co/logstash/logstash-observability-sre
161+
echo $DOCKER_REPOSITORY:$QUALIFIED_VERSION-$SHA
161162
./gradlew --stacktrace artifactDockerObservabilitySRE -PfedrampHighMode=true
162163
docker tag $DOCKER_REPOSITORY:$QUALIFIED_VERSION $DOCKER_REPOSITORY:$QUALIFIED_VERSION-$SHA
163164
docker push $DOCKER_REPOSITORY:$QUALIFIED_VERSION-$SHA

0 commit comments

Comments
 (0)