Skip to content

CodeBuild: Remove empty artifact stanza #2716

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 11, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions buildspec-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ phases:
$env:Path = "C:\tools\cygwin\bin;$env:Path"
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" '

artifacts:
files:

cache:
paths:
- 'c:\clcache\**\*'
2 changes: 0 additions & 2 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ phases:
- make -C jbmc/unit test
- make -C jbmc/regression test
- echo Build completed on `date`
artifacts:
files:
cache:
paths:
- '/var/cache/apt/**/*'
Expand Down