go.uber.org/yarpc@v1.72.1/.buildkite/pipeline-update-deps.yml (about) 1 steps: 2 - name: ":docker: :package: 1.18" 3 plugins: 4 docker-compose#v2.0.0: 5 build: yarpc-go-1.18 6 image-repository: 027047743804.dkr.ecr.us-east-2.amazonaws.com/uber 7 agents: 8 queue: builders 9 - wait 10 - name: ":go: 1.18 update-deps" 11 command: "etc/bin/update-deps.sh" 12 plugins: 13 docker-compose#v2.0.0: 14 run: yarpc-go-1.18 15 env: 16 # The script needs the following environment variables in addition 17 # to those provided by the docker-compose. 18 - GITHUB_USER 19 - GITHUB_EMAIL 20 - GITHUB_TOKEN 21 - GITHUB_REPO 22 agents: 23 queue: workers