Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download multiple file sets #9

Open
idogoren opened this issue Nov 29, 2015 · 1 comment
Open

Download multiple file sets #9

idogoren opened this issue Nov 29, 2015 · 1 comment

Comments

@idogoren
Copy link

Hi,

I'd like to be a able to download a specific file set, according to certain settings in my environment, instead of download all the files at one time, each time. (Please see my example below)

        downloadfile: {
            orionFiles: {
                files: [
                    {
                        url: common.orion8PlatformDependent(),
                        port: 8081,
                        dest: 'target/orion8/',
                        name: 'orion8.zip'
                    }
                ]
            },

            gitServerPackagerFiles: {
                files: [
                    {
                        url: 'common.downloadGitPackager()',
                        port: 8081,
                        dest: 'target/git-server-packager/',
                        name: 'git-server-packager.zip'
                    }
                ]
            }
        }

This way, I will be able to two different grunt tasks:
one for orionFiles and one for getServerPackagerFiles and not downloading them together each time.

Thanks

@mCzolko
Copy link
Owner

mCzolko commented Sep 24, 2019

I'm not sure how to do it propertly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants