Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
16 changes: 0 additions & 16 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,6 @@ jobs:
APPNAME: "tc-auth-lib"
steps: *builddeploy_steps

"build-qa":
<<: *defaults
environment:
DEPLOY_ENV: "QA"
LOGICAL_ENV: "qa"
APPNAME: "tc-auth-lib"
steps: *builddeploy_steps

"build-prod":
<<: *defaults
environment:
Expand All @@ -90,14 +82,6 @@ workflows:
- dev
- v6

# Development builds are executed on "develop" branch only.
- "build-qa":
context : org-global
filters:
branches:
only:
- qa

# Production builds are exectuted only on tagged commits to the
# master branch.
- "build-prod":
Expand Down
6 changes: 0 additions & 6 deletions web-assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -746,10 +746,4 @@ select::-ms-expand {
height: 14px;
outline: 0;
width: 14px;
}

.guide {
margin-top: 20px;
margin-bottom: 20px;
text-align: left;
}
8 changes: 0 additions & 8 deletions web-assets/static-pages/signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,6 @@ <h1 id="page-title-heading" class="page-title-heading">
<g transform="translate(210.000000, 20.000000) rotate(-90.000000) translate(-210.000000, -20.000000) translate(198.000000, 8.000000)">
<path id="Shape" d="M7,10 L12,15 L17,10 L7,10 Z"></path></g></g></g></g></g></svg></span>
</div>
<div class="guide">
<span>
<a href="https://www.topcoder.com/thrive/articles/topcoder-member-onboarding-checklist"
target="_blank" rel="noopener noreferrer">
Need help creating your account? Read the Sign-Up Guide
</a>
</span>
</div>
<div class="terms">
<span>
<label>
Expand Down