Skip to content

Commit

Permalink
fix: translator-ops branch is removed
Browse files Browse the repository at this point in the history
  • Loading branch information
pahmadi8740 authored Jun 28, 2022
1 parent e6b3e60 commit 2a566a4
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 @@ -65,7 +65,7 @@ pipeline {
stage('Deploy to AWS EKS Blue') {
steps {
sshagent (credentials: ['labshare-svc']) {
sh 'git clone -b openpredict [email protected]:Sphinx-Automation/translator-ops.git'
sh 'git clone [email protected]:Sphinx-Automation/translator-ops.git'
}
dir('translator-ops/ops/cdskp/openpredict/') {
configFileProvider([
Expand All @@ -82,4 +82,4 @@ pipeline {
}
}
}
}
}

0 comments on commit 2a566a4

Please sign in to comment.