Skip to content

Commit

Permalink
cloudsmith upload error
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroc committed Oct 4, 2019
1 parent 6ad47a3 commit ce7e342
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cscope.files
tags
index.sh
include/version.h
build
build/
Debug
cmake
CMakeFiles
Expand Down
2 changes: 1 addition & 1 deletion ci/circleci-upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

set -xe

REPO='mauro-calvi/squiddio_pi'
REPO='mauro-calvi/squiddio-pi'

if [ -z "$CIRCLECI" ]; then
exit 0;
Expand Down

1 comment on commit ce7e342

@rgleason
Copy link
Contributor

@rgleason rgleason commented on ce7e342 Oct 8, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The error seems to be:

./src/wxJSON:
json_defs.h	jsonreader.h  jsonval.h       jsonwriter.h
jsonreader.cpp	jsonval.cpp   jsonwriter.cpp
+ mkdir build
+ cd build
+ mk-build-deps ../ci/control
W: Unable to locate package ../ci/control
mk-build-deps: Unable to find package name in `apt-cache showsrc ../ci/control'
Exited with code 29

Please sign in to comment.