Skip to content

Commit 3e45341

Browse files
authored
Merge pull request #190 from topcoder-platform/dev-maven
Dev maven
2 parents 94b05aa + 42db1f0 commit 3e45341

File tree

371 files changed

+7754
-18772
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

371 files changed

+7754
-18772
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
environment:
135135
BUILD_ENV: "DEV"
136136
LOGICAL_ENV: "dev"
137-
COMPONENT_BRANCH: "master"
137+
COMPONENT_BRANCH: "dev"
138138
DEPLOY_ENV: "DEV"
139139
APPNAME: "tc-online-review"
140140
steps: *build_steps

.deploy/circleci/token.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,3 +141,5 @@ svn.password=password
141141
svn.mkdir.commit.message=Online Review auto-commit
142142
svn.temp.files.basedir=/root/temp_files/temp_svn
143143
svn.authz.file.url=https://coder.topcoder.com/tcs/configuration/trunk/svn-permissions.txt
144+
145+
valid_issuers=https://api.topcoder-dev.com,https://api.topcoder.com,https://topcoder-dev.auth0.com/,https://auth.topcoder-dev.com/

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
FROM maven:3.6.1-jdk-8
1+
FROM openjdk:8u332-jdk-slim
22

3+
RUN apt-get update && apt-get install wget -y
34
RUN cd /root/ \
45
&& wget https://github.com/wildfly/wildfly/releases/download/26.0.1.Final/wildfly-26.0.1.Final.tar.gz \
56
&& tar xzf wildfly-26.0.1.Final.tar.gz \

0 commit comments

Comments
 (0)