This commit is contained in:
parent
1143864391
commit
ecd7b342e0
@ -6,12 +6,12 @@ steps:
|
||||
- name: build
|
||||
image: eumau/drone-plugin-make
|
||||
|
||||
- name: setup-minimal
|
||||
- name: version-minimal
|
||||
image: debian:buster-slim
|
||||
commands:
|
||||
- source unit/version && echo "${NXT_VERSION}-minimal" > .tags
|
||||
|
||||
- name: setup-minimal
|
||||
- name: latest-minimal
|
||||
image: debian:buster-slim
|
||||
commands:
|
||||
- source unit/version && echo "latest-minimal" >> .tags
|
||||
@ -31,12 +31,12 @@ steps:
|
||||
branch:
|
||||
- master
|
||||
|
||||
- name: setup-php7.3
|
||||
- name: version-php7.3
|
||||
image: debian:buster-slim
|
||||
commands:
|
||||
- source unit/version && echo "${NXT_VERSION}-php7.3" > .tags
|
||||
|
||||
- name: setup-php7.3
|
||||
- name: latest-php7.3
|
||||
image: debian:buster-slim
|
||||
commands:
|
||||
- source unit/version && echo "latest-php7.3" >> .tags
|
||||
|
Loading…
x
Reference in New Issue
Block a user