Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

agc context deploy not rebuilding workflow.zip file #567

Open
spitfiredd opened this issue Nov 15, 2022 · 2 comments
Open

agc context deploy not rebuilding workflow.zip file #567

spitfiredd opened this issue Nov 15, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@spitfiredd
Copy link

Describe the Bug

//: # agc context deploy not rebuilding workflow.zip file, even after a destroying.

Steps to Reproduce

  1. destroy the context
  2. update the MANIFEST.json file
  3. re-deploy the context.

I noticed that creation time for the workflow.zip file had not changed from the previous deployment.

Relevant Logs

Expected Behavior

//: # I would expect that the workflow.zip would be updated when I re-deploy or destroy and deploy a context.

Actual Behavior

//: # For the destroy and deploy the workflow.zip was unchanged from the previous deployment.

Screenshots

Additional Context

//: # I was able to fix this by running

~path/to/workfow zip workflow.zip *
~path/to/workfow aws s3 cp workflow.zip s3://path/to/workflow.zip
~path/to/workfow rm workflow.zip

Operating System: Ubuntu 20.04
AGC Version: 1.5.1
Was AGC setup with a custom bucket: No
Was AGC setup with a custom VPC: No

@spitfiredd spitfiredd added the bug Something isn't working label Nov 15, 2022
@vvalleru
Copy link
Contributor

Thanks for reporting the issues. Is this still an issue with the latest release 1.5.2?

@spitfiredd
Copy link
Author

This is still happening in 1.6.0; using the same setup and OP.

Operating System: Ubuntu 20.04
AGC Version: 1.6.0
Was AGC setup with a custom bucket: No
Was AGC setup with a custom VPC: No

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants