Skip to content

Commit

Permalink
Merge pull request #1303 from greenpeace/python3
Browse files Browse the repository at this point in the history
Use python3 for book-instance
  • Loading branch information
comzeradd authored Feb 16, 2021
2 parents 001d822 + 60d46b4 commit 91f857a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ jobs:
- run:
name: "Book instance"
command: |
JIRA_USERNAME=planet4 python /home/circleci/book-test-instance.py \
JIRA_USERNAME=planet4 /home/circleci/book-test-instance.py \
--pr-url $(cat /tmp/workspace/pr) \
--results /tmp/workspace/booking.json >/tmp/workspace/test-instance
echo "https://app.circleci.com/pipelines/github/greenpeace/planet4-test-$(cat /tmp/workspace/test-instance)/"
Expand Down

0 comments on commit 91f857a

Please sign in to comment.