Skip to content

Commit bf86adf

Browse files
author
vikasrohit
authored
Merge branch 'master' into dev
2 parents 7323369 + dafc612 commit bf86adf

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ install_awscli: &install_awscli
77
name: "Install awscli"
88
command: |
99
sudo pip install awscli --upgrade
10-
1110
install_deploysuite: &install_deploysuite
1211
name: Installation of install_deploysuite.
1312
command: |
@@ -36,7 +35,6 @@ deploy_steps: &deploy_steps
3635
3736
echo "======= Running Masterscript - deploy tc-project-service-consumers ==========="
3837
if [ -e ${VAR_ENV}-tc-project-service-appvar.json ]; then sudo rm -vf ${VAR_ENV}-tc-project-service-appvar.json; fi
39-
4038
./buildenv.sh -e $DEPLOY_ENV -b ${VAR_ENV}-tc-project-service-consumers-deployvar
4139
source buildenvvar
4240
./master_deploy.sh -d ECS -e $DEPLOY_ENV -t latest -s ${VAR_ENV}-global-appvar,${VAR_ENV}-tc-project-service-appvar -i tc-project-service -p FARGATE
@@ -105,4 +103,4 @@ workflows:
105103
- test
106104
filters:
107105
branches:
108-
only: 'master'
106+
only: ['master']

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ FROM node:8.2.1
22
LABEL version="1.2"
33
LABEL description="Projects microservice"
44
RUN sed -i '/jessie-updates/d' /etc/apt/sources.list
5+
56
RUN apt-get update && \
67
apt-get upgrade -y
78

0 commit comments

Comments
 (0)