Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Privacy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
x2004933
Privacy
Commits
b526debd
Commit
b526debd
authored
6 years ago
by
x2004933
Browse files
Options
Downloads
Patches
Plain Diff
Run CI in alpine
parent
aaf4ed53
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-3
2 additions, 3 deletions
.gitlab-ci.yml
pages.sh
+0
-6
0 additions, 6 deletions
pages.sh
with
2 additions
and
9 deletions
.gitlab-ci.yml
+
2
−
3
View file @
b526debd
image
:
debian:latest
image
:
alpine
before_script
:
-
apt-get update
-
apt-get install -y git rdfind symlinks findutils sed
-
apk add git sed bash
pages_test
:
stage
:
test
...
...
This diff is collapsed.
Click to expand it.
pages.sh
+
0
−
6
View file @
b526debd
...
...
@@ -34,9 +34,3 @@ git checkout master
# Create index file
sed
"s|{{body}}|
${
links
}
|g"
"
${
template
}
"
>
"
${
pages_dir
}
/index.html"
# Deduplicate files
rdfind
-makesymlinks
true
"
${
pages_dir
}
"
# Make symlinks relative
find
"
${
pages_dir
}
"
-type
d
-exec
symlinks
-cs
{}
+
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