Update .drone.yml recipe release image #92

Closed
opened 2021-06-21 08:13:20 +00:00 by decentral1se · 2 comments
Owner

Everything points to decentral1se/drone-abra but it should be thecoopcloud/drone-abra. This will be another mass update. Also see #68.

Everything points to `decentral1se/drone-abra` but it should be `thecoopcloud/drone-abra`. This will be another mass update. Also see https://git.autonomic.zone/coop-cloud/organising/issues/68.
decentral1se added this to the Beta release milestone 2021-06-21 08:13:20 +00:00
decentral1se added the
bug
label 2021-06-21 08:13:20 +00:00
Author
Owner
E.g. https://git.autonomic.zone/coop-cloud/gitea/src/commit/b7ce009022ddb9bf77d95d49bd3d9b45877e01c3/.drone.yml#L43
Author
Owner
for d in $(ls apps); do
  cd "/home/decentral1se/.abra/apps/$d" && \
    git checkout main > /dev/null 2>&1 || git checkout master > /dev/null 2>&1 && \
    git pull && \
    git add . && \
    git commit -m "Use new image namespace" && \
    git push
done

I think this maybe worked! Closing off...

```bash for d in $(ls apps); do cd "/home/decentral1se/.abra/apps/$d" && \ git checkout main > /dev/null 2>&1 || git checkout master > /dev/null 2>&1 && \ git pull && \ git add . && \ git commit -m "Use new image namespace" && \ git push done ``` I think this maybe worked! Closing off...
This repo is archived. You cannot comment on issues.
No description provided.