Skip to content

Commit 9c10f38

Browse files
authored
Merge pull request #2716 from tautschnig/fix-buildspec
CodeBuild: Remove empty artifact stanza
2 parents c3b2beb + e247a29 commit 9c10f38

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)