Skip to content

Commit dc53ba4

Browse files
committed
fetch only what we want
1 parent c8bbc51 commit dc53ba4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

codebuild/release/prod-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ phases:
1414
build:
1515
commands:
1616
- pip install tox
17+
- git fetch origin $BRANCH:$BRANCH --depth=1;
1718
- git checkout $BRANCH
1819
- tox -e park
1920
- tox -e release

codebuild/release/test-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ phases:
1414
build:
1515
commands:
1616
- pip install tox
17+
- git fetch origin $BRANCH:$BRANCH --depth=1;
1718
- git checkout $BRANCH
1819
- tox -e park
1920
- tox -e test-release

0 commit comments

Comments
 (0)