Skip to content
Snippets Groups Projects
Verified Commit 6344ec82 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

REMOVE ME

parent 8bc964c2
No related branches found
No related tags found
No related merge requests found
...@@ -94,6 +94,7 @@ black: ...@@ -94,6 +94,7 @@ black:
interruptible: true interruptible: true
image: python:3.6 image: python:3.6
stage: lint stage: lint
when: manual
variables: variables:
GIT_STRATEGY: fetch GIT_STRATEGY: fetch
before_script: before_script:
...@@ -105,6 +106,7 @@ flake8: ...@@ -105,6 +106,7 @@ flake8:
interruptible: true interruptible: true
image: python:3.6 image: python:3.6
stage: lint stage: lint
when: manual
variables: variables:
GIT_STRATEGY: fetch GIT_STRATEGY: fetch
before_script: before_script:
...@@ -122,6 +124,7 @@ test_api: ...@@ -122,6 +124,7 @@ test_api:
- postgres:11 - postgres:11
- redis:3 - redis:3
stage: test stage: test
when: manual
image: funkwhale/funkwhale:develop image: funkwhale/funkwhale:develop
cache: cache:
key: "$CI_PROJECT_ID__pip_cache" key: "$CI_PROJECT_ID__pip_cache"
...@@ -170,6 +173,7 @@ check_vulnerabilities_api: ...@@ -170,6 +173,7 @@ check_vulnerabilities_api:
- docker - docker
test_front: test_front:
when: manual
interruptible: true interruptible: true
stage: test stage: test
image: node:11 image: node:11
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment