Skip to content

Commit

Permalink
fetch only what we want
Browse files Browse the repository at this point in the history
  • Loading branch information
josecorella committed Jun 21, 2022
1 parent c8bbc51 commit dc53ba4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions codebuild/release/prod-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ phases:
build:
commands:
- pip install tox
- git fetch origin $BRANCH:$BRANCH --depth=1;
- git checkout $BRANCH
- tox -e park
- tox -e release
Expand Down
1 change: 1 addition & 0 deletions codebuild/release/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ phases:
build:
commands:
- pip install tox
- git fetch origin $BRANCH:$BRANCH --depth=1;
- git checkout $BRANCH
- tox -e park
- tox -e test-release
Expand Down

0 comments on commit dc53ba4

Please sign in to comment.