Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
La Quadrature du Net
ParlementairesJS
Commits
8f71a50d
Commit
8f71a50d
authored
Nov 27, 2022
by
Bastien Le Querrec
Browse files
update CI
parent
904d13e0
Pipeline
#2858
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8f71a50d
image
:
debian:bu
ster
image
:
debian:bu
llseye
variables
:
DEBIAN_FRONTEND
:
noninteractive
...
...
@@ -8,13 +8,14 @@ stages:
before_script
:
-
apt-get update
-
apt-get install --no-install-recommends -y make jq python3 python3-dev python3-pip python3-setuptools python3-wheel
-
apt-get install --no-install-recommends -y make jq python3 python3-dev python3-pip python3-setuptools python3-wheel curl unzip postgresql sudo
-
useradd builder
-
pip3 install yq
build
:
stage
:
build
script
:
-
make
all
-
sudo -u builder PATH="/usr/lib/postgresql/13/bin:$PATH"
make
-
mkdir -p parlementairesjs-${CI_COMMIT_SHORT_SHA}/data/
-
cp -L -r icons parlementairesjs-${CI_COMMIT_SHORT_SHA}/
-
cp -L -r parlementaires.css parlementairesjs-${CI_COMMIT_SHORT_SHA}/
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment