We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da7ff2b + b852c5b commit 8e5895cCopy full SHA for 8e5895c
.circleci/config.yml
@@ -13,7 +13,7 @@ install_dependency: &install_dependency
13
install_deploysuite: &install_deploysuite
14
name: Installation of install_deploysuite.
15
command: |
16
- git clone --branch dev https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
+ git clone --branch v1.4.14 https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
17
cp ./../buildscript/master_deploy.sh .
18
cp ./../buildscript/buildenv.sh .
19
cp ./../buildscript/awsconfiguration.sh .
docker/Dockerfile
@@ -8,8 +8,6 @@ COPY . /challenge-api
8
WORKDIR /challenge-api
9
10
# Install the dependencies from package.json
11
-RUN mkdir -p /yarncache
12
-ENV YARN_CACHE_FOLDER=/yarncache
RUN yarn install
-CMD yarn start
+CMD yarn start
0 commit comments