Skip to content

Commit

Permalink
Remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
webvictim committed Jul 7, 2020
1 parent 630879e commit 93ac05d
Showing 1 changed file with 7 additions and 20 deletions.
27 changes: 7 additions & 20 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -967,21 +967,12 @@ environment:
UID: 1000
GID: 1000

# TODO(gus): testing
# trigger:
# branch:
# - master
# event:
# - push
TODO(gus): testing
trigger:
branch:
- master
- branch/*
event:
exclude:
- cron
- promote
- rollback
- push

workspace:
path: /go/src/github.com/gravitational/teleport
Expand Down Expand Up @@ -1015,8 +1006,7 @@ steps:
- docker login -u="$QUAYIO_DOCKER_USERNAME" -p="$QUAYIO_DOCKER_PASSWORD" quay.io
- docker pull quay.io/gravitational/teleport-buildbox:$RUNTIME || true
- make -C build.assets buildbox
# TODO(gus): uncomment
#- docker push quay.io/gravitational/teleport-buildbox:$RUNTIME
- docker push quay.io/gravitational/teleport-buildbox:$RUNTIME

- name: Build and push buildbox-fips container
image: docker:git
Expand All @@ -1034,8 +1024,7 @@ steps:
- docker login -u="$QUAYIO_DOCKER_USERNAME" -p="$QUAYIO_DOCKER_PASSWORD" quay.io
- docker pull quay.io/gravitational/teleport-buildbox-fips:$RUNTIME || true
- make -C build.assets buildbox-fips
# TODO(gus): uncomment
#- docker push quay.io/gravitational/teleport-buildbox-fips:$RUNTIME
- docker push quay.io/gravitational/teleport-buildbox-fips:$RUNTIME

- name: Build and push buildbox-centos6 container
image: docker:git
Expand All @@ -1053,8 +1042,7 @@ steps:
- docker login -u="$QUAYIO_DOCKER_USERNAME" -p="$QUAYIO_DOCKER_PASSWORD" quay.io
- docker pull quay.io/gravitational/teleport-buildbox-centos6:$RUNTIME || true
- make -C build.assets buildbox-centos6
# TODO(gus): uncomment
#- docker push quay.io/gravitational/teleport-buildbox-centos6:$RUNTIME
- docker push quay.io/gravitational/teleport-buildbox-centos6:$RUNTIME

- name: Build and push buildbox-centos6-fips container
image: docker:git
Expand All @@ -1072,8 +1060,7 @@ steps:
- docker login -u="$QUAYIO_DOCKER_USERNAME" -p="$QUAYIO_DOCKER_PASSWORD" quay.io
- docker pull quay.io/gravitational/teleport-buildbox-centos6-fips:$RUNTIME || true
- make -C build.assets buildbox-centos6-fips
# TODO(gus): uncomment
#- docker push quay.io/gravitational/teleport-buildbox-centos6-fips:$RUNTIME
- docker push quay.io/gravitational/teleport-buildbox-centos6-fips:$RUNTIME

services:
- name: Start Docker
Expand Down Expand Up @@ -1273,6 +1260,6 @@ steps:

---
kind: signature
hmac: 45b33eaefc6b6396754fdfe5ca8660e1f5a1b61bed9f8db624832128bf13e9ab
hmac: 7f7510568aeeec9eed8234c37e03b531b4aae427f6de5af50579032e41979408

...

0 comments on commit 93ac05d

Please sign in to comment.