Skip to content

Commit

Permalink
printing env
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Avila <sebastianavila@google.com>
  • Loading branch information
sebastianavila5 committed Dec 24, 2024
1 parent 5b0b2fc commit cb46052
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .azure-pipelines/pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,10 @@ stages:
ls -l
echo "File ls generated"
ls -l generated/failed-testlogs
echo "env vars"
env
echo "bazel output"
cat bazel.output.txt
echo "$ENVOY_FAILED_TEST_LOGS"
BAZEL_OUT=$(readlink bazel-testlogs)
echo "Listing docker cotnainers"
docker ps
CONTAINER_ID=$(docker ps -aqf "name=envoy_ci")
# Copy the testlogs directory to the host
docker cp $CONTAINER_ID:$BAZEL_OUT $(Build.SourcesDirectory)
echo "readlink"
ls -l
condition: always()
displayName: "ls"
- task: PublishPipelineArtifact@1
Expand Down

0 comments on commit cb46052

Please sign in to comment.