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

Commit b93b429

Browse files
clean up
1 parent badf451 commit b93b429

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ workflows:
7777
branches:
7878
only:
7979
- dev
80-
- gigs-listing
8180

8281
# Production builds are exectuted only on tagged commits to the
8382
# master branch.

config/default.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,5 @@ module.exports = {
66
"https://platform.topcoder-dev.com/challenges-app/topcoder-micro-frontends-challenges-app.js",
77
"@topcoder/micro-frontends-gigs-app":
88
"https://platform.topcoder-dev.com/gigs-app/topcoder-micro-frontends-gigs-app.js",
9-
},
10-
URL: {
11-
BASE: process.env.URL_BASE || "https://www.topcoder-dev.com",
12-
},
9+
}
1310
};

0 commit comments

Comments
 (0)