Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
goatherd
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
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
arw
goatherd
Compare revisions
master to master
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
arw/goatherd
Select target project
No results found
master
Select Git revision
Branches
citest
jessie
master
Tags
v0.3
v0.3jessie
Swap
Target
icipguru/goatherd
Select target project
icipguru/goatherd
arw/goatherd
2 results
master
Select Git revision
Branches
citest
cleanup
jessie
master
Tags
v0.3
v0.3jessie
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
debug trace
· 984996b1
arw
authored
5 years ago
984996b1
use project path to support forks
· 6837d404
arw
authored
5 years ago
6837d404
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-1
2 additions, 1 deletion
.gitlab-ci.yml
with
2 additions
and
1 deletion
.gitlab-ci.yml
View file @
6837d404
...
...
@@ -6,10 +6,11 @@ services:
variables
:
POSTGRES_USER
:
goatherd
POSTGRES_PASSWORD
:
Toh6ahrah4eishaim0ei
CI_DEBUG_TRACE
:
"
true"
before_script
:
-
ln -s /builds /go/src/gitlab.cs.fau.de
-
cd /go/src/gitlab.cs.fau.de/
icipguru/goatherd
-
cd /go/src/gitlab.cs.fau.de/
${CI_PROJECT_PATH}
-
go get -d
-
export PGHOST=postgres PGUSER=$POSTGRES_USER PGPASSWORD=$POSTGRES_PASSWORD PGSSLMODE=disable
-
export DB_URL="host=postgres user=$POSTGRES_USER password=$POSTGRES_PASSWORD sslmode=disable"
...
...
This diff is collapsed.
Click to expand it.