Skip to content

Commit

Permalink
see if adding context makes the env var not work
Browse files Browse the repository at this point in the history
  • Loading branch information
mayakoneval committed Sep 26, 2023
1 parent ad41e5f commit 44aeb28
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ jobs:
- attach_workspace:
at: ~/embeddable-explorer
- run: |
cat .env
cat .env >> $BASH_ENV
- run:
name: Build
Expand Down Expand Up @@ -314,6 +315,7 @@ jobs:
- attach_workspace:
at: ~/embeddable-explorer
- run: |
cat .env
cat .env >> $BASH_ENV
- run:
name: Upload build artifacts to CDN
Expand Down Expand Up @@ -360,6 +362,7 @@ workflows:
- embeddable-explorer-write
requires:
- build-npm-versioned-umd-explorer
- cdn-upload-github-versioned-explorer
# filters:
# branches:
# only: main
Expand All @@ -383,8 +386,11 @@ workflows:
branches:
only: main
- build-npm-versioned-umd-sandbox:
context:
- embeddable-sandbox-write
requires:
- set-env-vars
- cdn-upload-github-versioned-sandbox
- cdn-upload-npm-versioned-sandbox:
context:
- embeddable-sandbox-write
Expand Down

0 comments on commit 44aeb28

Please sign in to comment.