1
0
Fork 0
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:
Fedor Katurov 2020-11-16 13:50:43 +07:00
parent 3787df6689
commit 819a7a695a

View file

@ -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: