Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
steam-runtime-tools
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
steamrt
steam-runtime-tools
Commits
b5cd874a
Commit
b5cd874a
authored
4 years ago
by
Ludovico de Nittis
Browse files
Options
Downloads
Patches
Plain Diff
gitlab-ci: Set an entrypoint for archlinux
Signed-off-by:
Ludovico de Nittis
<
ludovico.denittis@collabora.com
>
parent
9bf4b6d2
No related branches found
No related tags found
No related merge requests found
Pipeline
#8675
failed
4 years ago
Stage: build
Stage: relocatable-install
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
debian/gitlab-ci.yml
+4
-1
4 additions, 1 deletion
debian/gitlab-ci.yml
with
4 additions
and
1 deletion
debian/gitlab-ci.yml
+
4
−
1
View file @
b5cd874a
...
@@ -337,7 +337,10 @@ test:ubuntu-20.04:
...
@@ -337,7 +337,10 @@ test:ubuntu-20.04:
test:archlinux
:
test:archlinux
:
extends
:
.test_template
extends
:
.test_template
image
:
archlinux:latest
image
:
name
:
archlinux:latest
# The entrypoint is necessary to avoid the "shell not found" error
entrypoint
:
[
"
/usr/bin/bash"
,
"
-c"
]
# Do not use the global before_script because it is only for Debian based
# Do not use the global before_script because it is only for Debian based
# distros
# distros
before_script
:
before_script
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment