This commit is contained in:
parent
736813973b
commit
e99c54b343
@ -15,12 +15,12 @@ steps:
|
|||||||
- name: version-minimal
|
- name: version-minimal
|
||||||
image: debian:buster-slim
|
image: debian:buster-slim
|
||||||
commands:
|
commands:
|
||||||
- source unit/version && echo "${NXT_VERSION}-minimal" > .tags
|
- bash -c 'source unit/version && echo "${NXT_VERSION}-minimal" > .tags'
|
||||||
|
|
||||||
- name: latest-minimal
|
- name: latest-minimal
|
||||||
image: debian:buster-slim
|
image: debian:buster-slim
|
||||||
commands:
|
commands:
|
||||||
- source unit/version && echo "latest-minimal" >> .tags
|
- bash -c 'source unit/version && echo "latest-minimal" >> .tags'
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
@ -40,12 +40,12 @@ steps:
|
|||||||
- name: version-php7.3
|
- name: version-php7.3
|
||||||
image: debian:buster-slim
|
image: debian:buster-slim
|
||||||
commands:
|
commands:
|
||||||
- source unit/version && echo "${NXT_VERSION}-php7.3" > .tags
|
- bash -c 'source unit/version && echo "${NXT_VERSION}-php7.3" > .tags'
|
||||||
|
|
||||||
- name: latest-php7.3
|
- name: latest-php7.3
|
||||||
image: debian:buster-slim
|
image: debian:buster-slim
|
||||||
commands:
|
commands:
|
||||||
- source unit/version && echo "latest-php7.3" >> .tags
|
- bash -c 'source unit/version && echo "latest-php7.3" >> .tags'
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
|
Loading…
x
Reference in New Issue
Block a user