Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Julian Brost
demo-ci
Commits
9d5307ce
Commit
9d5307ce
authored
Jan 11, 2022
by
Julian Brost
🦄
Browse files
Update .gitlab-ci.yml
parent
233101e7
Pipeline
#23091
passed with stage
in 2 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9d5307ce
...
...
@@ -23,17 +23,18 @@ raspbian/buster:
stage
:
build
image
:
registry.icinga.com/jbrost/public-docker-containers/raspbian:bullseye
script
:
-
apt-get update && apt-get install -y git build-essential
-
apt-get update && apt-get install -y git build-essential
devscripts
-
uname -a
-
dpkg --print-architecture
-
cat /etc/os-release
-
pwd
-
env
-
git clone https://git.icinga.com/build-docker/scripts.git
-
git clone https://git.icinga.com/packaging/ras
b
pian-icinga2.git
-
git clone https://git.icinga.com/packaging/rasp
b
ian-icinga2.git
-
git clone https://github.com/icinga/icinga2.git
variables
:
ICINGA_BUILD_PROJECT
:
icinga2
ICINGA_BUILD_TYPE
:
snapshot
UPSTREAM_GIT_URL
:
file:///icinga2.git
UPSTREAM_GIT_URL
:
file://
$CI_PROJECT_DIR
/icinga2
/
.git
tags
:
-
arm
Write
Preview
Supports
Markdown
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