Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tarkatronic committed May 19, 2021
1 parent d1de26e commit df89b63
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,23 @@ commands:
name: 'Install Poetry'
command: |
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
. $HOME/.poetry/env
echo "export PATH=$HOME/.poetry/bin:$PATH" >> $BASH_ENV
echo $PATH
echo `which poetry`
jobs:
lint-and-unit-tests:
shell: /bin/sh -leo pipefail
environment:
- BASH_ENV: /etc/profile
docker:
- image: cloudreach/sceptre-circleci:0.8.0
steps:
- install-poetry
- run:
name: 'Display Path'
command: |
echo $PATH
- python/install-packages:
pkg-manager: poetry
- run:
Expand All @@ -71,11 +80,15 @@ jobs:
- project

integration-tests:
shell: /bin/sh -leo pipefail
environment:
- BASH_ENV: /etc/profile
parallelism: 2
docker:
- image: cloudreach/sceptre-circleci:0.8.0
environment:
AWS_DEFAULT_REGION: eu-west-1
BASH_ENV: /etc/profile
steps:
- install-poetry
- python/install-packages:
Expand Down

0 comments on commit df89b63

Please sign in to comment.