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

Can someone suggest a configuration for CI testing? #93

Open
infomofo opened this issue Dec 7, 2015 · 1 comment
Open

Can someone suggest a configuration for CI testing? #93

infomofo opened this issue Dec 7, 2015 · 1 comment

Comments

@infomofo
Copy link

infomofo commented Dec 7, 2015

I don't want to upload my AWS credentials to my CI server (circle), but other than that I want my full build task to run on my CI server.

I was hoping to have a aws_s3:test task that runs on the ci server that just omits the "bucket" parameter, but then it fails with:

Warning: Missing bucket in options Use --force to continue.

Any suggestions for how to set my gruntfile up so it can run my build task on the CI server without having access to my AWS credentials?

@MathieuLoutre
Copy link
Owner

I suspect you don't want to upload files every time? Have you tried using the debug option? https://github.com/MathieuLoutre/grunt-aws-s3#optionsdebug
With that you can put a random bucket name and no credentials and it should still be able to run.

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