fix even more stages
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2021-12-05 01:32:33 +01:00
parent b8a0ea5a71
commit e19bb84e49
1 changed files with 8 additions and 7 deletions

View File

@ -1,3 +1,4 @@
---
kind: pipeline kind: pipeline
type: docker type: docker
name: before name: before
@ -28,8 +29,8 @@ steps:
tags: tags:
- latest - latest
- ${DRONE_BUILD_NUMBER} - ${DRONE_BUILD_NUMBER}
depends_on: depends_on:
- before - before
--- ---
kind: pipeline kind: pipeline
type: docker type: docker
@ -49,8 +50,8 @@ steps:
tags: tags:
- latest - latest
- ${DRONE_BUILD_NUMBER} - ${DRONE_BUILD_NUMBER}
depends_on: depends_on:
- before - before
--- ---
kind: pipeline kind: pipeline
type: docker type: docker
@ -64,6 +65,6 @@ steps:
from_secret: TEAMS_WEBHOOK from_secret: TEAMS_WEBHOOK
when: when:
status: [ failure ] status: [ failure ]
depends_on: depends_on:
- avx - avx
- no-avx - no-avx