-
Notifications
You must be signed in to change notification settings - Fork 472
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
CirleCi v2 #305
Comments
My bad it seems that the problem is env vars in circle v2. |
I made a test without any env vars and i have a new problem. From not found to Permission denied
|
Ok it works like a charm on CircleCI version 2, but the only way to do that it's like that : version: 2
jobs:
tests:
machine: true
working_directory: ~/repo
steps:
- checkout machine: true |
Anyway goss and dgoss are awesome projects, thanks a lot for that. |
Try setting https://github.com/aelsabbahy/goss/blob/master/extras/dgoss/README.md#goss_files_strategy |
@aelsabbahy is right, change GOSS_FILES_STRATEGY to cp. This will fix your issue. CircleCI 2.0 was actually the motivation for pull request #271 which adds GOSS_FILES_STRATEGY. If you still struggle with CircleCI feel free to contact me. I use DGOSS with CircleCI 2.0 in many of my projects. |
Hello,
In local it works like a charm, but when I play this in CircleCI v2 not.
The text was updated successfully, but these errors were encountered: