Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
exam-scan
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RWTHmoodle
exam-scan
Commits
1e4faa7a
Commit
1e4faa7a
authored
1 year ago
by
Josha Bartsch
Browse files
Options
Downloads
Plain Diff
Merge branch 'ci-revision' into 'RWTHmoodle_4.x'
Cleanup, pin dind versions See merge request
!63
parents
78086806
f4de4805
Branches
Branches containing commit
No related tags found
2 merge requests
!63
Cleanup, pin dind versions
,
!55
Adjustments for bugfix MDL76309
Pipeline
#1043357
passed
1 year ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+7
-9
7 additions, 9 deletions
.gitlab-ci.yml
with
7 additions
and
9 deletions
.gitlab-ci.yml
+
7
−
9
View file @
1e4faa7a
image
:
docker:19.03.1
stages
:
stages
:
-
build
-
build
-
deploy
-
deploy
...
@@ -7,8 +5,6 @@ stages:
...
@@ -7,8 +5,6 @@ stages:
variables
:
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
GIT_SUBMODULE_STRATEGY
:
recursive
DOCKER_TLS_CERTDIR
:
"
/certs"
DOCKER_HOST
:
tcp://docker:2376
# Use TLS https://docs.gitlab.com/ee/ci/docker/using_docker_build.html#tls-enabled
build
:
build
:
stage
:
build
stage
:
build
...
@@ -38,17 +34,19 @@ tag-latest:
...
@@ -38,17 +34,19 @@ tag-latest:
test
:
test
:
stage
:
test
stage
:
test
image
:
docker:24
services
:
services
:
-
docker:dind
-
docker:24.0.5-dind
variables
:
DOCKER_TLS_CERTDIR
:
"
/certs"
DOCKER_HOST
:
tcp://docker:2376
# Use TLS https://docs.gitlab.com/ee/ci/docker/using_docker_build.html#tls-enabled
script
:
script
:
-
mkdir out
-
mkdir out
-
chmod 777 out
-
chmod 777 out
-
docker run --name examscan --rm -v $(pwd):$(pwd) -w $(pwd) ${CI_REGISTRY_IMAGE}:${CI_COMMIT_REF_SLUG} watermark.py tests/assets/pdfs out
-
docker run --name examscan --rm -v $(pwd):$(pwd) -w $(pwd) ${CI_REGISTRY_IMAGE}:${CI_COMMIT_REF_SLUG} watermark.py tests/assets/pdfs out
artifacts
:
artifacts
:
paths
:
paths
:
-
out/
-
out/
rules
:
-
when
:
never
pages
:
pages
:
image
:
image
:
...
@@ -93,4 +91,4 @@ test-docs:
...
@@ -93,4 +91,4 @@ test-docs:
only
:
only
:
-
branches
-
branches
except
:
except
:
-
master
-
master
\ No newline at end of file
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