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

[Ready Release] Gigs Listing - RCRM Status Sync #200

Merged
merged 14 commits into from
Oct 25, 2021
Merged
Prev Previous commit
Next Next commit
clean up
  • Loading branch information
LieutenantRoger committed Oct 11, 2021
commit b93b42942eab1fba51b31a6e922f58fff41cda84
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ workflows:
branches:
only:
- dev
- gigs-listing

# Production builds are exectuted only on tagged commits to the
# master branch.
Expand Down
5 changes: 1 addition & 4 deletions config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,5 @@ module.exports = {
"https://platform.topcoder-dev.com/challenges-app/topcoder-micro-frontends-challenges-app.js",
"@topcoder/micro-frontends-gigs-app":
"https://platform.topcoder-dev.com/gigs-app/topcoder-micro-frontends-gigs-app.js",
},
URL: {
BASE: process.env.URL_BASE || "https://www.topcoder-dev.com",
},
}
};