This commit is contained in:
@@ -10,7 +10,8 @@ steps:
|
|||||||
- name: test
|
- name: test
|
||||||
image: node:12.16.1
|
image: node:12.16.1
|
||||||
environment:
|
environment:
|
||||||
ENV_PATH: dev_env_file
|
ENV_PATH:
|
||||||
|
from_secret: dev_env_file
|
||||||
commands:
|
commands:
|
||||||
- echo $ENV_PATH
|
- echo $ENV_PATH
|
||||||
- echo ${ENV_PATH}
|
- echo ${ENV_PATH}
|
||||||
|
Reference in New Issue
Block a user