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

Commit 3bed728

Browse files
authored
Merge pull request #112 from topcoder-platform/read-only-root-file-system-fix
Read only root file system fix
2 parents ff6ea84 + 398ca30 commit 3bed728

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ install_dependency: &install_dependency
1313
install_deploysuite: &install_deploysuite
1414
name: Installation of install_deploysuite.
1515
command: |
16-
git clone --branch v1.4.15 https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
16+
git clone --branch v1.4.14 https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
1717
cp ./../buildscript/master_deploy.sh .
1818
cp ./../buildscript/buildenv.sh .
1919
cp ./../buildscript/awsconfiguration.sh .

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ENV NODE_OPTIONS=--openssl-legacy-provider
1212
RUN npm install
1313
RUN npm run lint
1414
RUN npm run build
15-
RUN rm -rf .next
15+
#RUN rm -rf .next
1616
#RUN npm run test
1717

1818
CMD npm start

0 commit comments

Comments
 (0)