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
1f24b9bc5c62
Commit
1f24b9bc5c62
authored
5 years ago
by
Houzefa Abbasbhay
Browse files
Options
Downloads
Patches
Plain Diff
Drone file: Convert via "drone convert"
& get isort from the "odoo" branch of xcgd/isort.
parent
a78769292191
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.drone.yml
+47
-21
47 additions, 21 deletions
.drone.yml
with
47 additions
and
21 deletions
.drone.yml
+
47
−
21
View file @
1f24b9bc
kind
:
pipeline
name
:
default
platform
:
os
:
linux
arch
:
amd64
clone
:
...
...
@@ -1,4 +8,14 @@
clone
:
hg
:
image
:
plugins/hg
disable
:
true
steps
:
-
name
:
hg
pull
:
default
image
:
plugins/hg
-
name
:
flake8
pull
:
always
image
:
alpine/flake8
commands
:
-
flake8
...
...
@@ -4,14 +21,13 @@
pipeline
:
linter
:
image
:
alpine/flake8
commands
:
-
flake8
isort
:
image
:
xcgd/isort
commands
:
-
isort -c -df
docker
:
image
:
plugins/docker
secrets
:
[
docker_username
,
docker_password
]
-
name
:
isort
pull
:
always
image
:
xcgd/isort:odoo
commands
:
-
isort -c -df
-
name
:
docker
pull
:
default
image
:
plugins/docker
settings
:
dockerfile
:
Dockerfile.docker_build_copy
repo
:
xcgd/odoo_scripts-docker_build_copy
...
...
@@ -17,3 +33,2 @@
repo
:
xcgd/odoo_scripts-docker_build_copy
dockerfile
:
Dockerfile.docker_build_copy
tag
:
latest
...
...
@@ -19,5 +34,13 @@
tag
:
latest
mattermost
:
image
:
plugins/slack
environment
:
DOCKER_PASSWORD
:
from_secret
:
docker_password
DOCKER_USERNAME
:
from_secret
:
docker_username
-
name
:
mattermost
pull
:
default
image
:
plugins/slack
settings
:
channel
:
dev
username
:
drone
...
...
@@ -22,6 +45,9 @@
channel
:
dev
username
:
drone
secrets
:
[
slack_webhook
]
when
:
status
:
[
failure
,
success
]
environment
:
SLACK_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