Skip to content

Commit

Permalink
try node executor, dont think will work
Browse files Browse the repository at this point in the history
  • Loading branch information
mayakoneval committed Sep 26, 2023
1 parent 1f232ec commit c3d0ac6
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,22 @@ jobs:
command: |
echo $NPM_MAJOR_SANDBOX_VERSION
TEST-cdn-upload-npm-versioned-sandbox-node:
executor: node
steps:
- setup-sandbox-gcs-creds
- gcp-cli/install
- checkout
- attach_workspace:
at: ~/embeddable-explorer
- run: |
cat bash.env
cat bash.env >> $BASH_ENV
- run:
name: TEST - just show env var
command: |
echo $NPM_MAJOR_SANDBOX_VERSION
workflows:
build-test-deploy:
Expand All @@ -343,6 +359,9 @@ workflows:
- TEST-cdn-upload-npm-versioned-sandbox:
requires:
- set-env-vars
- TEST-cdn-upload-npm-versioned-sandbox-node:
requires:
- set-env-vars
- bundlewatch:
requires:
- build-latest-umd-explorer
Expand Down

0 comments on commit c3d0ac6

Please sign in to comment.