diff options
Diffstat (limited to 'classes')
-rw-r--r-- | classes/image_types_ostree.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/image_types_ostree.bbclass b/classes/image_types_ostree.bbclass index bc44e33..30bfedf 100644 --- a/classes/image_types_ostree.bbclass +++ b/classes/image_types_ostree.bbclass | |||
@@ -165,7 +165,7 @@ IMAGE_CMD_ostreepush () { | |||
165 | # Print warnings if credetials are not set or if the file has not been found. | 165 | # Print warnings if credetials are not set or if the file has not been found. |
166 | if [ -n "${SOTA_PACKED_CREDENTIALS}" ]; then | 166 | if [ -n "${SOTA_PACKED_CREDENTIALS}" ]; then |
167 | if [ -e ${SOTA_PACKED_CREDENTIALS} ]; then | 167 | if [ -e ${SOTA_PACKED_CREDENTIALS} ]; then |
168 | garage-push --repo=${OSTREE_REPO} \ | 168 | garage-push -vv --repo=${OSTREE_REPO} \ |
169 | --ref=${OSTREE_BRANCHNAME} \ | 169 | --ref=${OSTREE_BRANCHNAME} \ |
170 | --credentials=${SOTA_PACKED_CREDENTIALS} \ | 170 | --credentials=${SOTA_PACKED_CREDENTIALS} \ |
171 | --cacert=${STAGING_ETCDIR_NATIVE}/ssl/certs/ca-certificates.crt | 171 | --cacert=${STAGING_ETCDIR_NATIVE}/ssl/certs/ca-certificates.crt |