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 1269672 commit 4317043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ pipeline {
withCredentials([gitUsernamePassword(credentialsId: 'github', gitToolName: 'Default')]) {

sh '''
sed -i 's|replace|harshakp06/numeric-app:${GIT_COMMIT}|g' argocd/k8s_deployment_service.yaml
sed -i 's#replace#harshakp06/numeric-app:${GIT_COMMIT}#g' argocd/k8s_deployment_service.yaml
git add argocd/k8s_deployment_service.yaml
git commit -m "changes to image version"
git push -u origin main
Expand Down

0 comments on commit 4317043

Please sign in to comment.