aws / amazon-genomics-cli

Home Page:https://aws.github.io/amazon-genomics-cli/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

agc context deploy not rebuilding workflow.zip file

spitfiredd opened this issue · comments

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

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

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