2

I am using Gitlab's autoDevOps integrated with Google Cloud Kubernetes. I've already setup a project in my group and everything is working great. But when I tried setup another project on this group, the build just fails.

I would like to know if I can find any detailed log on Gitlab to clarify this problem, ideally more detailed than:

error checking context: 'syntax error in pattern'

I've already validated my Dockerfile and already have a project configured on Gitlab.

Here's the error:

Error screenshot

1
  • 1
    Please post your solution as an answer to your question and check the answer to mark it as solved. Commented Feb 10, 2019 at 0:44

2 Answers 2

2

The .dockerignore file was wrong. I notice that the path separator ("/") was wrong. The correct is ("\") and eveything worked fine.

Sign up to request clarification or add additional context in comments.

Comments

1

Rodrigo Celebrone's answer is backwards, you want to replace backslashes ("\") with forward slashes ("/")

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.