Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Member Stats for Private Crowd Members #1323

Merged
merged 16 commits into from
Mar 5, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
circleci changes
  • Loading branch information
Gunasekar-K committed Feb 26, 2020
commit 8831c352e42e337caf1d4e6ebc9ad6f5d41e221c
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
LOGICAL_ENV: "prod"
APPNAME: "topcoder-app"
steps: *build_steps

build_qa:
machine: true
environment:
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:

deploy_qa:
<<: *python_env
environemtn:
environment:
DEPLOY_ENV: "QA"
LOGICAL_ENV: "qa"
APPNAME: "topcoder-app"
Expand Down