Skip to content
This repository has been archived by the owner on Jul 25, 2023. It is now read-only.

Commit

Permalink
fix: Add global context to Circle Ci settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Keit Oliveira committed Jun 25, 2019
1 parent 33a0eca commit ac4b33c
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,7 +13,6 @@ anchors:
PATH_PUBLIC: ./public
GITHUB_BRANCH_PUBLIC: *github_branch_public
PRISMIC_API: https://frontinsampa.cdn.prismic.io/api/v2
PRISMIC_TOKEN: $PRISMIC_TOKEN

# GitHub variables required by @semantic-release/git.
# https://github.com/semantic-release/git#environment-variables
Expand Down Expand Up @@ -97,9 +96,9 @@ jobs:
- checkout
- *packages_restore
- *packages_install

- run:
name: Generate build production-based
context: org-global
command: yarn build

- persist_to_workspace:
Expand Down

0 comments on commit ac4b33c

Please sign in to comment.