This commit is contained in:
parent
1d1d2d925a
commit
1c48837253
10
.drone.yml
10
.drone.yml
@ -18,14 +18,12 @@ steps:
|
||||
- name: version-minimal
|
||||
image: debian:buster-slim
|
||||
commands:
|
||||
- bash -xc 'source unit/version && export NXT_VERSION && env && echo -n "$${NXT_VERSION}-minimal" > .tags && cat .tags'
|
||||
- bash -c 'source unit/version && export NXT_VERSION && echo -n "$${NXT_VERSION}-minimal" > .tags'
|
||||
|
||||
- name: latest-minimal
|
||||
image: debian:buster-slim
|
||||
commands:
|
||||
- bash
|
||||
- -c
|
||||
- source unit/version && echo -n ",latest-minimal" >> .tags
|
||||
- bash -c 'echo -n ",latest-minimal" >> .tags'
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
@ -46,12 +44,12 @@ steps:
|
||||
- name: version-php7.3
|
||||
image: debian:buster-slim
|
||||
commands:
|
||||
- bash -c 'source unit/version && echo -n "${NXT_VERSION}-php7.3" > .tags'
|
||||
- bash -c 'source unit/version && export NXT_VERSION && echo -n "$${NXT_VERSION}-php7.3" > .tags'
|
||||
|
||||
- name: latest-php7.3
|
||||
image: debian:buster-slim
|
||||
commands:
|
||||
- bash -c 'source unit/version && echo -n ",latest-php7.3" >> .tags'
|
||||
- bash -c 'echo -n ",latest-php7.3" >> .tags'
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
|
Loading…
x
Reference in New Issue
Block a user