You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why is it getting the file correctly and then putting the exact same file without bumping?? This screenshot is with 6.2.0 in the bucket:
Basically it is bumping the version but not in the GCP file at all and returning the same version. I can get it to bump in concourse using the same version file when I change it to
But in that way the actual file still doesn't update you just get:
Any idea why the GCS file is not updating? With the get/put flow, it at least bumps the version in concourse metadata but the atomic put flow doesn't seem to work at all. HALP!!
The text was updated successfully, but these errors were encountered:
@xtreme-shane-lattanzio make sure that the configured account has the required permissions. Storage Object Admin does the job. Maybe it can get away with even fewer permissions.
In a pipeline that I am simply trying to bump a semver file. If the resource is
and the usage is
Why is it getting the file correctly and then putting the exact same file without bumping?? This screenshot is with 6.2.0 in the bucket:
Basically it is bumping the version but not in the GCP file at all and returning the same version. I can get it to bump in concourse using the same version file when I change it to
But in that way the actual file still doesn't update you just get:
Any idea why the GCS file is not updating? With the get/put flow, it at least bumps the version in concourse metadata but the atomic put flow doesn't seem to work at all. HALP!!
The text was updated successfully, but these errors were encountered: