We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eaf0467 + 4bf6b26 commit 2fb6108Copy full SHA for 2fb6108
.drone.yml
@@ -36,23 +36,6 @@ steps:
36
event:
37
- push
38
39
- - name: build_and_publish-dev
40
- image: plugins/docker
41
- settings:
42
- dockerfile: Dockerfile-dev
43
- username:
44
- from_secret: docker_username
45
- password:
46
- from_secret: docker_password
47
- registry: quay.io
48
- repo: quay.io/natlibfi/annif
49
- tags: [dev]
50
- when:
51
- branch:
52
- - master
53
- event:
54
- - push
55
-
56
- name: build_publish_and_tag_with_release_version
57
image: plugins/docker
58
settings:
Dockerfile-dev
@@ -12,7 +12,6 @@ RUN pip install pipenv --no-cache-dir \
12
&& pipenv install --system --skip-lock --dev
13
14
COPY . .
15
-RUN chmod -R 777 /Annif
16
17
USER annif_user
18
0 commit comments