Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
grapp-installer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Ethan Robert
grapp-installer
Commits
6cdc8bfb
Commit
6cdc8bfb
authored
2 months ago
by
Ethan Robert
Browse files
Options
Downloads
Patches
Plain Diff
Added requirements to .gitlab-ci
parent
f30387bd
No related branches found
No related tags found
No related merge requests found
Pipeline
#60091
failed
2 months ago
Stage: install
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-0
2 additions, 0 deletions
.gitlab-ci.yml
install-unix.sh
+3
-3
3 additions, 3 deletions
install-unix.sh
with
5 additions
and
3 deletions
.gitlab-ci.yml
+
2
−
0
View file @
6cdc8bfb
...
...
@@ -8,6 +8,8 @@ stages:
install
:
stage
:
install
before_script
:
-
apt-get update && apt-get install -y wget sudo unzip
script
:
-
chmod +x install-unix.sh
-
./install-unix.sh
...
...
This diff is collapsed.
Click to expand it.
install-unix.sh
+
3
−
3
View file @
6cdc8bfb
...
...
@@ -11,13 +11,13 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
elif
[[
-f
/etc/debian_version
]]
;
then
# Debian/Ubuntu
sudo
apt update
sudo
apt
install
-y
graphviz wget unzip
sudo
apt
install
-y
graphviz wget unzip
sudo
elif
[[
-f
/etc/arch-release
]]
;
then
# Arch
sudo
pacman
-Syu
--noconfirm
graphviz wget unzip
sudo
pacman
-Syu
--noconfirm
graphviz wget unzip
sudo
elif
[[
-f
/etc/fedora-release
]]
;
then
# Fedora
sudo
dnf
install
-y
graphviz wget unzip
sudo
dnf
install
-y
graphviz wget unzip
sudo
else
echo
"Unsupported OS"
exit
1
...
...
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