Skip to content

Commit e247a29

Browse files
committed
CodeBuild: Remove empty artifact stanza
It seems that CodeBuild has become more picky about this, making builds fail when the list of artifacts resolves to an empty list.
1 parent bba5dea commit e247a29

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

buildspec-windows.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,6 @@ phases:
8080
$env:Path = "C:\tools\cygwin\bin;$env:Path"
8181
cmd /c 'call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64 && bash -c "make -C jbmc/unit test BUILD_ENV=MSVC" '
8282
83-
artifacts:
84-
files:
85-
8683
cache:
8784
paths:
8885
- 'c:\clcache\**\*'

buildspec.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ phases:
2727
- make -C jbmc/unit test
2828
- make -C jbmc/regression test
2929
- echo Build completed on `date`
30-
artifacts:
31-
files:
3230
cache:
3331
paths:
3432
- '/var/cache/apt/**/*'

0 commit comments

Comments
 (0)