Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
packages
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
infra
packages
Commits
edfa450c
Commit
edfa450c
authored
6 years ago
by
Hinrikus Wolf
Browse files
Options
Downloads
Patches
Plain Diff
move packages needed for all packages to seperate image
parent
f7e144ed
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-15
1 addition, 15 deletions
.gitlab-ci.yml
with
1 addition
and
15 deletions
.gitlab-ci.yml
+
1
−
15
View file @
edfa450c
image
:
stretch_
website
image
:
stretch_
packages
before_script
:
before_script
:
-
export LANG=en_US.UTF-8
-
export LANG=en_US.UTF-8
-
echo "deb http://security.debian.org/debian-security stretch/updates main contrib non-free" >> /etc/apt/sources.list
-
echo "deb-src http://security.debian.org/debian-security stretch/updates main contrib non-free" >> /etc/apt/sources.list
-
sort /etc/apt/sources.list | uniq > sources.list.new
-
mv sources.list.new /etc/apt/sources.list
-
apt-get update
-
apt-get install -y dpkg-dev quilt devscripts
-
export DEBIAN_FRONTEND="noninteractive"
-
export DEBIAN_FRONTEND="noninteractive"
-
export DEBIAN_PRIORITY="critical"
-
export DEBIAN_PRIORITY="critical"
-
export DEBFULLNAME="FSMPI Admin-Team"
-
export DEBFULLNAME="FSMPI Admin-Team"
-
export DEBEMAIL="admin@fsmpi.rwth-aachen.de"
-
export DEBEMAIL="admin@fsmpi.rwth-aachen.de"
# - python3 -m venv venv
# - source venv/bin/activate
# - pip install wheel
# - pip install -r requirements.txt
# - mkdir -p ~/.ssh
# - echo $DEPLOY_KEY | base64 --decode > ~/.ssh/id_ed25519
# - chmod go-rw ~/.ssh/id_ed25519
sssd
:
sssd
:
stage
:
build
stage
:
build
...
...
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