Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
harshakp06 committed Jan 24, 2024
1 parent 9985477 commit d1927d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ pipeline {
pwd
git checkout main
git pull
GIT_COMMIT=${GIT_COMMIT}
sed -i 's#harshakp06/numeric-app:.*#harshakp06/numeric-app:${GIT_COMMIT}#g' argocd/k8s_deployment_service.yaml
GIT_COMIT=${GIT_COMMIT}
sed -i 's#harshakp06/numeric-app:.*#harshakp06/numeric-app:${GIT_COMIT}#g' argocd/k8s_deployment_service.yaml
git add argocd/k8s_deployment_service.yaml
git commit -m "changes to image version"
git push -u origin HEAD:main
Expand Down

0 comments on commit d1927d1

Please sign in to comment.