Introduce remote-challenge-sync-airbus
This commit is contained in:
parent
cf502bd9d5
commit
bfdb1c2bf7
6 changed files with 309 additions and 21 deletions
30
.drone.yml
30
.drone.yml
|
|
@ -256,6 +256,21 @@ steps:
|
|||
branch:
|
||||
- master
|
||||
|
||||
- name: docker remote-challenge-sync-airbus
|
||||
image: plugins/docker
|
||||
settings:
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
repo: nemunaire/fic-remote-challenge-sync-airbus
|
||||
auto_tag: true
|
||||
auto_tag_suffix: ${DRONE_STAGE_OS}-${DRONE_STAGE_ARCH}
|
||||
dockerfile: Dockerfile-remote-challenge-sync-airbus
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
|
||||
trigger:
|
||||
event:
|
||||
- cron
|
||||
|
|
@ -557,21 +572,6 @@ steps:
|
|||
password:
|
||||
from_secret: docker_password
|
||||
|
||||
- name: docker remote-scores-sync-zqds
|
||||
image: plugins/docker
|
||||
settings:
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
repo: nemunaire/fic-remote-scores-sync-zqds
|
||||
auto_tag: true
|
||||
auto_tag_suffix: ${DRONE_STAGE_OS}-${DRONE_STAGE_ARCH}
|
||||
dockerfile: Dockerfile-remote-scores-sync-zqds
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
|
||||
trigger:
|
||||
event:
|
||||
- push
|
||||
|
|
|
|||
Reference in a new issue