Skip to content

Unexpected log entries regarding local variables #7808

Answered by mymasse
mymasse asked this question in Q&A
Discussion options

You must be logged in to vote

So I did some more tests comparing 7.5.0 and 7.6.0 with a simple pipeline with concourse running with docker-compose.

Pipeline:

---
resource_types:
  - name: registry-tag
    type: registry-image
    source:
      repository: ghcr.io/tlwr/registry-tag-resource
      tag: a711814d6f5b1c41e21e41ac90fd43550fc86f06

resources:
  - name: pipeline-tasks
    type: git
    icon: bitbucket
    source:
      uri: [email protected]:trecnoc/concourse.git
      branch: master
      private_key: ((bitbucket.private_key))
  - name: docker-repo
    type: git
    icon: bitbucket
    source:
      uri: [email protected]:trecnoc/docker.git
      branch: master
      private_key: ((bitbucket.private_key))
  - 

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@taylorsilva
Comment options

@mymasse
Comment options

Answer selected by mymasse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants