Skip to content

Commit

Permalink
fix missing brace in jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschaper committed Mar 7, 2024
1 parent 64825e2 commit daefa80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ pipeline {
stage('create github release') {
steps {
sh 'python scripts/create_github_release.py --kg-version ${RELEASE}'
}
stage('update dev deployment') {
steps {
sh 'poetry run python scripts/update-dev-solr.py'
Expand Down

0 comments on commit daefa80

Please sign in to comment.