amazon-genomics-cli
amazon-genomics-cli copied to clipboard
agc context deploy not rebuilding workflow.zip file
Describe the Bug
//: # agc context deploy not rebuilding workflow.zip file, even after a destroying.
Steps to Reproduce
- destroy the context
- update the MANIFEST.json file
- 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