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
9721eeda
Commit
9721eeda
authored
Jan 11, 2022
by
Julian Brost
🦄
Browse files
Update .gitlab-ci.yml
parent
e1d3a7dc
Pipeline
#23095
failed with stage
in 23 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9721eeda
...
...
@@ -22,18 +22,16 @@ demo:
raspbian/buster
:
stage
:
build
image
:
registry.icinga.com/jbrost/public-docker-containers/raspbian:bullseye
script
:
-
apt-get update && apt-get install -y aptitude build-essential devscripts git pbuilder sudo
before_
script
:
-
cat /etc/os-release
-
uname -a
-
dpkg --print-architecture
-
cat /etc/os-release
-
pwd
-
env
-
git clone https://git.icinga.com/build-docker/scripts.git
-
export PATH=$(pwd)/scripts:$PATH
-
git clone https://github.com/icinga/icinga2.git
-
export UPSTREAM_GIT_URL=file://$CI_PROJECT_DIR/icinga2/.git
-
git clone https://git.icinga.com/packaging/raspbian-icinga2.git
script
:
-
cd raspbian-icinga2
-
icinga-build-deb-source
-
icinga-build-deb-binary
...
...
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