mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
added copy-env test task
This commit is contained in:
parent
3787df6689
commit
819a7a695a
1 changed files with 1 additions and 3 deletions
|
@ -15,9 +15,7 @@ steps:
|
||||||
ENV_CONTENT:
|
ENV_CONTENT:
|
||||||
from_secret: env_content_develop
|
from_secret: env_content_develop
|
||||||
commands:
|
commands:
|
||||||
- echo $${ENV_CONTENT} > ./.env_1
|
- echo -en $${ENV_CONTENT} > ./.env_develop
|
||||||
- echo ${ENV_CONTENT} > ./.env_2
|
|
||||||
- echo $env_content_develop > ./.env_3
|
|
||||||
- name: compress
|
- name: compress
|
||||||
image: alpine
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue