Aniruddha Maru
Aniruddha Maru
Hi @avakarev The use case is adding gormigrate to an application that already has a database, say `tableA`. Ideally when you set up gormigrate, you'd want to set up migrations...
Looks like the example has been updated and this should be closed?
Is there any update on this? It kinda breaks all caching with compose and makes moving to v2 impossible.
> ... and check the docs too: https://docs.docker.com/reference/cli/docker/image/build/#cache-from For that to work with buildx (which became the default as of docker engine 23) the source of the cache-from needs to...
Running into the same issue. Was this ever resolved @submarines-and @qiwzhang
I can take a stab at this if the change sounds reasonable.
``` diff --git a/src/main/java/com/uber/jenkins/phabricator/PhabricatorNotifier.java b/src/main/java/com/uber/jenkins/phabricator/PhabricatorNotifier.java index 2690414..0c809e7 100644 --- a/src/main/java/com/uber/jenkins/phabricator/PhabricatorNotifier.java +++ b/src/main/java/com/uber/jenkins/phabricator/PhabricatorNotifier.java @@ -144,7 +144,7 @@ public class PhabricatorNotifier extends Notifier implements SimpleBuildStep { // a Harbormaster build on a...
@aadis that task is triggered if you run a job with phid and no diff id (or revision id). For example, if you enable phab integration for CI builds.
Any change this will get fixed?
@busunkim96 well, it applies to all gcloud libraries but in particular I hit this problem with the storage library. I can open an issue with that repo if that's helpful.