Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
krb525-debian11
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
Container 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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
702
Security
krb525-debian11
Commits
47be84a0
Unverified
Commit
47be84a0
authored
2 years ago
by
Daniel Kouřil
Browse files
Options
Downloads
Patches
Plain Diff
Build the creds converter
parent
1f6d250d
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#3420
failed
2 years ago
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+19
-20
19 additions, 20 deletions
.gitlab-ci.yml
with
19 additions
and
20 deletions
.gitlab-ci.yml
+
19
−
20
View file @
47be84a0
image
:
debian:bullseye
# Is performed before the scripts in the stages step
before_script
:
-
source /etc/profile
variables
:
DEBEMAIL
:
"
Daniel
Kouril
<kouril@ics.muni.cz>"
# Defines stages which are to be executed
stages
:
stages
:
-
build
-
build
# Stage "build"
.build
:
run-build
:
tags
:
-
docker
stage
:
build
stage
:
build
script
:
script
:
-
./make.sh
-
make
# This stage is only executed if commited to master
only
:
-
master
# The files which are to be made available in GitLab
artifacts
:
artifacts
:
paths
:
paths
:
-
build/*
-
creds2cc
name
:
creds2cc_$CUST_OS_NAME-$CUST_OS_VERSION
expire_in
:
1 hour
.build debian
:
image
:
$CUST_OS_NAME:$CUST_OS_VERSION
before_script
:
-
apt update
-
DEBIAN_FRONTEND=noninteractive apt install -y build-essential heimdal-dev
extends
:
.build unix
.build debian 11
:
variables
:
CUST_OS_NAME
:
debian
CUST_OS_VERSION
:
"
11"
extends
:
.build debian
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