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:
|
branch:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
- name: docker remote-challenge-sync-airbus
|
#- name: docker remote-challenge-sync-airbus
|
||||||
image: plugins/docker
|
# image: plugins/docker
|
||||||
settings:
|
# settings:
|
||||||
username:
|
# username:
|
||||||
from_secret: docker_username
|
# from_secret: docker_username
|
||||||
password:
|
# password:
|
||||||
from_secret: docker_password
|
# from_secret: docker_password
|
||||||
repo: nemunaire/fic-remote-challenge-sync-airbus
|
# repo: nemunaire/fic-remote-challenge-sync-airbus
|
||||||
auto_tag: true
|
# auto_tag: true
|
||||||
auto_tag_suffix: ${DRONE_STAGE_OS}-${DRONE_STAGE_ARCH}
|
# auto_tag_suffix: ${DRONE_STAGE_OS}-${DRONE_STAGE_ARCH}
|
||||||
dockerfile: Dockerfile-remote-challenge-sync-airbus
|
# dockerfile: Dockerfile-remote-challenge-sync-airbus
|
||||||
when:
|
# when:
|
||||||
branch:
|
# branch:
|
||||||
- master
|
# - master
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
event:
|
event:
|
||||||
|
|
Reference in a new issue