Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
0abafd8b
Commit
0abafd8b
authored
Apr 06, 2020
by
Thong Kuah
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add `Unable to select a buildpack` trace
parent
cfc7c434
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
6 deletions
+17
-6
doc/topics/autodevops/index.md
doc/topics/autodevops/index.md
+17
-6
No files found.
doc/topics/autodevops/index.md
View file @
0abafd8b
...
...
@@ -418,12 +418,23 @@ spec:
## Troubleshooting
-
Auto Build and Auto Test may fail in detecting your language/framework. There
may be no buildpack for your application, or your application may be missing the
key files the buildpack is looking for. For example, for Ruby applications, you must
have a
`Gemfile`
to be properly detected, even though it is possible to write a
Ruby app without a
`Gemfile`
. Try specifying a
[
custom
buildpack
](
customize.md#custom-buildpacks
)
.
-
Auto Build and Auto Test may fail to detect your language or framework with the
following error:
```
plaintext
Step 5/11 : RUN /bin/herokuish buildpack build
---> Running in eb468cd46085
-----> Unable to select a buildpack
The command '/bin/sh -c /bin/herokuish buildpack build' returned a non-zero code: 1
```
The following are possible reasons:
-
Your application may be missing the key files the buildpack is looking for. For
example, for Ruby applications you must have a
`Gemfile`
to be properly detected,
even though it is possible to write a Ruby app without a
`Gemfile`
.
-
There may be no buildpack for your application. Try specifying a
[
custom buildpack
](
customize.md#custom-buildpacks
)
.
-
Auto Test may fail because of a mismatch between testing frameworks. In this
case, you may need to customize your
`.gitlab-ci.yml`
with your test commands.
-
Auto Deploy will fail if GitLab can not create a Kubernetes namespace and
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment