diff --git a/.circleci/config.yml b/.circleci/config.yml index b4c6db8a..1949dd16 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: @@ -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