diff --git a/ci/upload-artifactory.sh b/ci/upload-artifactory.sh index e15bc0ae5..b00b77323 100755 --- a/ci/upload-artifactory.sh +++ b/ci/upload-artifactory.sh @@ -5,5 +5,5 @@ curl -fL https://getcli.jfrog.io | sh cd wheelhouse/audited/ || exit 1 export PATH_PREFIX=luxonis-python-snapshot-local/depthai -../../jfrog rt config --url=$ARTIFACTORY_URL --user=$ARTIFACTORY_USER --password=$ARTIFACTORY_PASS +../../jfrog config add --artifactory-url=$ARTIFACTORY_URL --user=$ARTIFACTORY_USER --password=$ARTIFACTORY_PASS ../../jfrog rt u "*" "$PATH_PREFIX/" diff --git a/depthai-core b/depthai-core index acdded348..acd24cbbc 160000 --- a/depthai-core +++ b/depthai-core @@ -1 +1 @@ -Subproject commit acdded3484b75b04925434b1fec7777f7d060d22 +Subproject commit acd24cbbc0e79233f4fb37c93680738439938af9