File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9494 - name : Install dependencies
9595 run : npm install
9696
97- - name : Install Angular Dependency
98- run : npm install -g @angular/cli@1.7.3
97+ # - name: Install Angular Dependency
98+ # run: npm install -g @angular/cli@1.7.3
9999
100100 - name : Test backend
101101 run : |
@@ -116,8 +116,8 @@ jobs:
116116 git config --global user.email "rohanrustagi21@gmail.com"
117117 git config --global user.name "RohanRusta21"
118118 echo ${{ github.sha }}
119- sed -i "s#${DOCKERHUB_USERNAME}.*#${DOCKERHUB_USERNAME}/${FRONTEND_REPO_NAME}:$GITHUB_RUN_NUMBER#g" frontend_deployment .yml
120- sed -i "s#${DOCKERHUB_USERNAME}.*#${DOCKERHUB_USERNAME}/${BACKEND_REPO_NAME}:$GITHUB_RUN_NUMBER#g" backend_deployment .yml
119+ sed -i "s#${DOCKERHUB_USERNAME}.*#${DOCKERHUB_USERNAME}/${FRONTEND_REPO_NAME}:$GITHUB_RUN_NUMBER#g" frontend-deployment .yml
120+ sed -i "s#${DOCKERHUB_USERNAME}.*#${DOCKERHUB_USERNAME}/${BACKEND_REPO_NAME}:$GITHUB_RUN_NUMBER#g" backend-deployment .yml
121121 git add -A
122122 git commit -am "Update image for Version - $GITHUB_RUN_NUMBER"
123123 - run : echo ${{ github }}
You can’t perform that action at this time.
0 commit comments