Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Imtiah01 committed Dec 23, 2024
1 parent 46b4607 commit f35e425
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cdk.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"app": "python app.py",
"app": "python3 app.py",
"watch": {
"include": [
"**"
Expand Down
2 changes: 1 addition & 1 deletion cdp_cdk_python/Jenkinsfile.stacks
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pipeline {
stage('Check env') {
steps {
// Install Python dependencies
sh 'virtualenv -p /usr/bin/python3.8 venv && source venv/bin/activate && pip install -r requirements.txt && cdk synth && cdk deploy --require-approval never'
sh 'virtualenv -p /usr/bin/python3 venv && source venv/bin/activate && pip install -r requirements.txt && cdk synth && cdk deploy --require-approval never'
}
}

Expand Down

0 comments on commit f35e425

Please sign in to comment.