Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iprep
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
ai3
tools
iprep
Compare revisions
f7e91c46dc09606da6142cef40e5506310ce39b5 to 25bf8ac1afb78ac456aa5541426cdb80f2ae069c
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
ai3/tools/iprep
Select target project
No results found
25bf8ac1afb78ac456aa5541426cdb80f2ae069c
Select Git revision
Branches
master
renovate/github.com-d5-tengo-v2-2.x
renovate/github.com-golang-migrate-migrate-v4-4.x
renovate/github.com-google-go-cmp-0.x
renovate/github.com-mattn-go-sqlite3-1.x
renovate/github.com-oschwald-maxminddb-golang-1.x
renovate/github.com-prometheus-client_golang-1.x
renovate/golang-1.x
renovate/golang.org-x-sync-digest
renovate/google.golang.org-grpc-1.x
renovate/google.golang.org-protobuf-1.x
renovate/gopkg.in-yaml.v3-3.x
12 results
Swap
Target
ai3/tools/iprep
Select target project
svp-bot/iprep
1 result
f7e91c46dc09606da6142cef40e5506310ce39b5
Select Git revision
Branches
master
renovate/github.com-d5-tengo-v2-2.x
renovate/github.com-golang-migrate-migrate-v4-4.x
renovate/github.com-google-go-cmp-0.x
renovate/github.com-mattn-go-sqlite3-1.x
renovate/github.com-oschwald-maxminddb-golang-1.x
renovate/github.com-prometheus-client_golang-1.x
renovate/golang-1.x
renovate/golang.org-x-sync-digest
renovate/google.golang.org-grpc-1.x
renovate/google.golang.org-protobuf-1.x
renovate/gopkg.in-yaml.v3-3.x
12 results
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (3)
Update .gitlab-ci.yml
· e4223d78
ale
authored
3 years ago
e4223d78
Update .gitlab-ci.yml
· b86c5c21
ale
authored
3 years ago
b86c5c21
Update .gitlab-ci.yml
· 25bf8ac1
ale
authored
3 years ago
25bf8ac1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-9
3 additions, 9 deletions
.gitlab-ci.yml
with
3 additions
and
9 deletions
.gitlab-ci.yml
View file @
25bf8ac1
include
:
-
"
https://git.autistici.org/ai3/build-container/raw/master/common.yml"
-
"
https://git.autistici.org/ai3/build-deb/raw/master/ci-
nextstable
.yml"
-
"
https://git.autistici.org/ai3/build-deb/raw/master/ci-
common
.yml"
stages
:
-
test
-
build_pkgsrc
-
build_pkg
-
upload_pkg
-
build
-
release
test
:
stage
:
test
...
...
@@ -14,8 +13,3 @@ test:
script
:
-
go test -v ./...
build
:
stage
:
build_pkg
release
:
stage
:
upload_pkg
This diff is collapsed.
Click to expand it.