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
# If the MAP_LOCATION variable has been set, download the template file, if not, log message.
- "[[ -z \"${MAP_LOCATION}\" ]] && echo \"MAP_LOCATION not set, test will fail if template-map.json does not already exist\" || aws s3 cp $MAP_LOCATION template-map.json"
- "npm test" # Test package
- "npm prune --production" # Remove devDependencies from package
- "chmod -R 777 *" # Set 777 permissions for all files
- "zip -r commitment-form-processor.zip ." # Zip current directory