Skip to content

Commit

Permalink
revert 3.9 -> 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-mccarthy committed Mar 18, 2022
1 parent 6e8e1ad commit 2838a96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"pipeline status:",
"{{$.inputs.parameters['status']}}"
],
"image": "python:3.9"
"image": "python:3.7"
}
},
"exec-print-op": {
Expand All @@ -75,7 +75,7 @@
"echo",
"{{$.inputs.parameters['message']}}"
],
"image": "python:3.9"
"image": "python:3.7"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
- {name: status, type: PipelineTaskFinalStatus}
implementation:
container:
image: python:3.9
image: python:3.7
command:
- echo
- "user input:"
Expand All @@ -40,7 +40,7 @@
- {name: message, type: String}
implementation:
container:
image: python:3.9
image: python:3.7
command:
- echo
- {inputValue: message}
Expand Down

0 comments on commit 2838a96

Please sign in to comment.