abra recipe release should fail earlier when ssh-agent is not running #576

Open
opened 2025-06-13 14:13:40 +00:00 by fauno · 0 comments
Member

i often forget and then i have to git push ; git push --tags

>_ abra recipe release nocodb                                                                                               
WARN discovered 1.1.5+0.263.6 as currently synced recipe label                                                                          
INFO nocodb currently has these unstaged changes 👇                                                                                     
diff --git a/compose.yml b/compose.yml                                                                                                  
index 95074c7..e5b887f 100644                                                                                                           
--- a/compose.yml                                                                                                                       
+++ b/compose.yml                                                                                                                       
@@ -28,7 +28,7 @@ services:
         #- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
         #- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
         #- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
-        - "coop-cloud.${STACK_NAME}.version=1.1.4+0.263.4"
+        - "coop-cloud.${STACK_NAME}.version=1.1.5+0.263.6"
  
   db:
     image: postgres:13.2-alpine
WARN previous git tags detected, assuming this is a new semver release
? current: 1.1.4+0.263.4, new: 1.1.5+0.263.6, correct? Yes
? Release Note (leave empty for no release note) 
? publish new release? Yes
FATA failed to publish new release: error creating SSH agent: "SSH agent requested but SSH_AUTH_SOCK not-specified"

i often forget and then i have to `git push ; git push --tags` ``` >_ abra recipe release nocodb WARN discovered 1.1.5+0.263.6 as currently synced recipe label INFO nocodb currently has these unstaged changes 👇 diff --git a/compose.yml b/compose.yml index 95074c7..e5b887f 100644 --- a/compose.yml +++ b/compose.yml @@ -28,7 +28,7 @@ services: #- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect" #- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true" #- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}" - - "coop-cloud.${STACK_NAME}.version=1.1.4+0.263.4" + - "coop-cloud.${STACK_NAME}.version=1.1.5+0.263.6" db: image: postgres:13.2-alpine WARN previous git tags detected, assuming this is a new semver release ? current: 1.1.4+0.263.4, new: 1.1.5+0.263.6, correct? Yes ? Release Note (leave empty for no release note) ? publish new release? Yes FATA failed to publish new release: error creating SSH agent: "SSH agent requested but SSH_AUTH_SOCK not-specified" ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: toolshed/abra#576
No description provided.