mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36: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:
|
||||
from_secret: env_content_develop
|
||||
commands:
|
||||
- echo $${ENV_CONTENT} > ./.env_1
|
||||
- echo ${ENV_CONTENT} > ./.env_2
|
||||
- echo $env_content_develop > ./.env_3
|
||||
- echo -en $${ENV_CONTENT} > ./.env_develop
|
||||
- name: compress
|
||||
image: alpine
|
||||
commands:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue