Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
Vereign Client Library
Manage
Activity
Members
Labels
Plan
Issues
24
Issue boards
Milestones
Wiki
Code
Merge requests
5
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Code
Vereign Client Library
Merge requests
!68
5-implement-integrity-check-of-documents
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
5-implement-integrity-check-of-documents
5-implement-integrity-check-of-documents
into
master
Overview
0
Commits
12
Pipelines
0
Changes
2
Merged
Damyan Mitev
requested to merge
5-implement-integrity-check-of-documents
into
master
5 years ago
Overview
0
Commits
12
Pipelines
0
Changes
2
Expand
Closes
https://code.vereign.com/code/signing-service-java/issues/5
Edited
5 years ago
by
Damyan Mitev
0
0
Merge request reports
Compare
master
version 9
467a3842
5 years ago
version 8
abfc9f84
5 years ago
version 7
e9152ebf
5 years ago
version 6
3d1844f4
5 years ago
version 5
38a88952
5 years ago
version 4
a31f9bef
5 years ago
version 3
0b7734a2
5 years ago
version 2
21228fa7
5 years ago
version 1
331a5e6e
5 years ago
master (base)
and
version 4
latest version
ff89934f
12 commits,
5 years ago
version 9
467a3842
11 commits,
5 years ago
version 8
abfc9f84
10 commits,
5 years ago
version 7
e9152ebf
9 commits,
5 years ago
version 6
3d1844f4
7 commits,
5 years ago
version 5
38a88952
6 commits,
5 years ago
version 4
a31f9bef
5 commits,
5 years ago
version 3
0b7734a2
3 commits,
5 years ago
version 2
21228fa7
2 commits,
5 years ago
version 1
331a5e6e
1 commit,
5 years ago
2 files
+
6
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
.gitlab-ci.yml
+
5
−
1
Options
@@ -25,7 +25,11 @@ ppc64le:
tags
:
-
ppc64le
script
:
-
docker build --build-arg GITLAB_LOGIN=gitlab-ci-token --build-arg GITLAB_PASSWORD=$CI_JOB_TOKEN --pull -t $IMAGE -f Dockerfile .
-
printenv
-
docker pull registry.vereign.com/docker/vcl-build-base:buster
-
docker pull registry.vereign.com/docker/go-runtime:master
# - docker build --build-arg GITLAB_LOGIN=gitlab-ci-token --build-arg GITLAB_PASSWORD=$CI_JOB_TOKEN --pull -t $IMAGE -f Dockerfile .
-
docker build --build-arg GITLAB_LOGIN=gitlab-ci-token --build-arg GITLAB_PASSWORD=$CI_JOB_TOKEN -t $IMAGE -f Dockerfile .
-
docker push $IMAGE
amd64
:
Loading