Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
Odoo scripts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
XCG
Odoo scripts
Commits
f9ef146c2ba4
Commit
f9ef146c2ba4
authored
5 years ago
by
Vincent Hatakeyama
Browse files
Options
Downloads
Patches
Plain Diff
remove drone file
parent
8b6ba85c8983
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.drone.yml
+0
-63
0 additions, 63 deletions
.drone.yml
with
0 additions
and
63 deletions
.drone.yml
deleted
100644 → 0
+
0
−
63
View file @
8b6ba85c
kind
:
pipeline
name
:
default
platform
:
os
:
linux
arch
:
amd64
clone
:
disable
:
true
steps
:
-
name
:
hg
pull
:
default
image
:
plugins/hg
-
name
:
flake8
depends
:
-
hg
pull
:
always
image
:
xcgd/flake8:3
commands
:
-
flake8
-
name
:
isort
depends
:
-
hg
pull
:
always
image
:
xcgd/isort:odoo
commands
:
-
isort -c -df
-
name
:
docker
depends
:
-
flake8
-
isort
pull
:
default
image
:
plugins/docker
settings
:
dockerfile
:
Dockerfile
repo
:
xcgd/odoo_scripts
tags
:
-
latest
username
:
from_secret
:
docker_username
password
:
from_secret
:
docker_password
-
name
:
mattermost
depends
:
-
docker_docker_build_copy
-
docker_import_csv
pull
:
default
image
:
plugins/slack
settings
:
channel
:
from_secret
:
slack_channel
username
:
drone
webhook
:
from_secret
:
slack_webhook
when
:
status
:
-
failure
-
success
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment