Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Signature Frontend
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
digital blueprint
Electronic Signature Service
Signature Frontend
Commits
648fa6eb
Commit
648fa6eb
authored
5 years ago
by
Reiter, Christoph
Browse files
Options
Downloads
Patches
Plain Diff
ci: set MOZ_FORCE_DISABLE_E10S=true
parent
c3f6cdb1
No related branches found
No related tags found
No related merge requests found
Pipeline
#9817
passed with warnings
5 years ago
Stage: test
Stage: deploy
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
.gitlab-ci/Dockerfile
+3
-0
3 additions, 0 deletions
.gitlab-ci/Dockerfile
.gitlab-ci/build.sh
+1
-1
1 addition, 1 deletion
.gitlab-ci/build.sh
with
5 additions
and
2 deletions
.gitlab-ci.yml
+
1
−
1
View file @
648fa6eb
image
:
registry.gitlab.tugraz.at/vpu/apps/signature/main:v
1
image
:
registry.gitlab.tugraz.at/vpu/apps/signature/main:v
2
before_script
:
before_script
:
-
"
sed
-i
's|git@gitlab.tugraz.at:VPU|../..|g'
.gitmodules"
-
"
sed
-i
's|git@gitlab.tugraz.at:VPU|../..|g'
.gitmodules"
...
...
This diff is collapsed.
Click to expand it.
.gitlab-ci/Dockerfile
+
3
−
0
View file @
648fa6eb
...
@@ -3,6 +3,9 @@ FROM debian:buster
...
@@ -3,6 +3,9 @@ FROM debian:buster
ENV
LANG C.UTF-8
ENV
LANG C.UTF-8
ENV
DEBIAN_FRONTEND noninteractive
ENV
DEBIAN_FRONTEND noninteractive
# https://github.com/karma-runner/karma-firefox-launcher/issues/104
ENV
MOZ_FORCE_DISABLE_E10S true
RUN
apt-get update
&&
apt-get
install
-y
\
RUN
apt-get update
&&
apt-get
install
-y
\
git
\
git
\
curl
\
curl
\
...
...
This diff is collapsed.
Click to expand it.
.gitlab-ci/build.sh
+
1
−
1
View file @
648fa6eb
#!/bin/bash
#!/bin/bash
set
-e
set
-e
TAG
=
"registry.gitlab.tugraz.at/vpu/apps/signature/main:v
1
"
TAG
=
"registry.gitlab.tugraz.at/vpu/apps/signature/main:v
2
"
sudo
docker build
--tag
"
${
TAG
}
"
--file
"Dockerfile"
.
sudo
docker build
--tag
"
${
TAG
}
"
--file
"Dockerfile"
.
sudo
docker run
--rm
--security-opt
label
=
disable
\
sudo
docker run
--rm
--security-opt
label
=
disable
\
--volume
"
$(
pwd
)
/..:/home/user/app"
--workdir
"/home/user/app"
\
--volume
"
$(
pwd
)
/..:/home/user/app"
--workdir
"/home/user/app"
\
...
...
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