Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
powersj committed Apr 21, 2022
1 parent ed845f6 commit ebe78eb
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,13 @@
version: 2.1

executors:
go-1_17:
working_directory: '/go/src/github.com/influxdata/telegraf'
resource_class: large
docker:
- image: 'quay.io/influxdb/telegraf-ci:1.18.1'
environment:
GOFLAGS: -p=4

jobs:
docker-nightly:
executor: go-1_17
docker:
- image: docker:20.10.14-git
steps:
- run:
name: login to quay.io
command: |
echo ${QUAY_USER}
QUAY_USER="blah"
echo ${QUAY_USER}
docker login --username="${QUAY_USER}" --password="${QUAY_PASS}" quay.io
command: docker login --username="${QUAY_USER}" --password="${QUAY_PASS}" quay.io
- run:
name: clone influxdata/influxdata-docker
command: git clone https://github.com/influxdata/influxdata-docker
Expand Down

0 comments on commit ebe78eb

Please sign in to comment.