Skip to content

Commit

Permalink
(EPROC-21097) Improved env variables setting
Browse files Browse the repository at this point in the history
  • Loading branch information
ashestak-sc committed Mar 22, 2022
1 parent 72bff16 commit c185fa8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ jobs:
docker:
- image: opuscapita/minsk-core-machineuser-env:2
steps:
- run: generate_bash_env_exports.sh CIRCLE_CI_TOKEN > ~/generated_bash_env
- run: generate_bash_env_exports.sh GH_MAIL GH_NAME CIRCLE_CI_TOKEN > ~/generated_bash_env
- persist_to_workspace:
root: ~/
paths:
- generated_bash_env
GH_MAIL GH_NAME

build:
<<: *defaults
Expand Down

0 comments on commit c185fa8

Please sign in to comment.