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

Error reading config: read Vapefile: is a directory #30

Open
jdnielss opened this issue May 27, 2024 · 0 comments
Open

Error reading config: read Vapefile: is a directory #30

jdnielss opened this issue May 27, 2024 · 0 comments

Comments

@jdnielss
Copy link

When attempting to read the Vapefile, the following error is encountered: "Error reading config: read Vapefile: is a directory".

Steps to Reproduce:

  • Run on Gitlab Runner
  • Run the command to read the Vapefile.
  • See the error message.

Expected Behavior:

  • The Vapefile should be read without error, assuming it contains valid configuration data.

Actual Behavior:

  • Encountered an error stating that the Vapefile is a directory.

Additional Information:

Version of the tool or library being used: symm/vape:latest

  • Any relevant logs or screenshots.
  • Any troubleshooting steps already attempted.

Dockerfile

image: docker:19.03.12
stages:
  - smoke-test

smoke-test:
  stage: smoke-test
  script:
    - docker ps 
    - ls -l
    - docker run --rm -v $(pwd)/Vapefile:/Vapefile symm/vape:latest -skip-ssl-verification http://localhost:8080

Vapefile

[
  {
    "uri": "/",
    "status_code": 200,
    "content": "Hello, World!"
  }
]
image
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

1 participant