File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -151,13 +151,13 @@ jobs:
151
151
run: |
152
152
git config --global user.name "ashishrlad"
153
153
git config --global user.email "ashishrlad@gmail.com"
154
- cd manifest-repo
154
+ cd manifest-repo/microservice-one
155
155
pwd
156
156
ls -lah
157
- cd manifest-repo/main/manifest-repo/
157
+ cd manifest-repo/
158
158
ls -lah
159
159
sed -i "s|image:.*|image: ${IMAGE_NAME}|" microservice-one/microservice-one-deployment.yml
160
- cat manifest-repo/main /manifest-repo/microservice-one/microservice-one-deployment.yml
160
+ cat manifest-repo/microservice-one /manifest-repo/microservice-one/microservice-one-deployment.yml
161
161
- name: "Push Updated Image Tag for ${{ github.ref_name }} git branch"
162
162
run: |
163
163
cd manifest-repo/main/manifest-repo
Original file line number Diff line number Diff line change 8
8
<artifactId >works-with-heroku</artifactId >
9
9
<version >1.0</version >
10
10
<packaging >war</packaging >
11
-
11
+
12
12
<dependencies >
13
13
<dependency >
14
14
<groupId >javax.servlet</groupId >
You can’t perform that action at this time.
0 commit comments