Skip to content

Commit

Permalink
fixing up
Browse files Browse the repository at this point in the history
  • Loading branch information
John Tompkins committed Nov 4, 2020
1 parent dd0aea5 commit 0d663d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 28 deletions.
26 changes: 0 additions & 26 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,34 +14,8 @@ install:
env:
global:
- AWS_DEFAULT_REGION="us-east-1"
script:
- pre-commit run --all-files
jobs:
include:
- python: "3.6"
- python: "3.7"
- python: "3.8"
- stage: "integ python 3.6"
language: python
python: "3.6"
script:
- ls -la
- DIR=$(mktemp -d)
- cd "$DIR"
- ls -la
- printf "AWS::Foo::Bar\n1\ny" | cfn init -vv
- ls -la
- mypy src/aws_foo_bar/ --strict --implicit-reexport
- stage: "integ python 3.7"
language: python
python: "3.7"
script:
- DIR=$(mktemp -d)
- cd "$DIR"
- ls -la
- printf "AWS::Foo::Bar\n2\ny" | cfn init -vv
- ls -la
- mypy src/aws_foo_bar/ --strict --implicit-reexport
- stage: deploy
python: "3.7"
script:
Expand Down
4 changes: 2 additions & 2 deletions before_deploy.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

if [[ "$TRAVIS_TAG" =~ lib ]]; then
echo .
elif [[ "$TRAVIS_TAG" =~ plugin ]]; then
echo src
elif [[ "$TRAVIS_TAG" =~ plugin ]]; then
echo .
fi

0 comments on commit 0d663d1

Please sign in to comment.