CI: Remove remote-challenge-sync-airbus temporaly
Some checks are pending
continuous-integration/drone/push Build is running
Some checks are pending
continuous-integration/drone/push Build is running
This commit is contained in:
parent
11a12e1d44
commit
1591ec4376
1 changed files with 14 additions and 14 deletions
28
.drone.yml
28
.drone.yml
|
@ -256,20 +256,20 @@ 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
|
||||
#- 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:
|
||||
|
|
Reference in a new issue