Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ehasa-backend
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
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WIMMA Lab 2019
Overflow
ehasa-backend
Commits
dc68e353
Commit
dc68e353
authored
5 years ago
by
L4168
Browse files
Options
Downloads
Patches
Plain Diff
gitlab-ci fix
parent
fdd365bc
No related branches found
No related tags found
2 merge requests
!59
Development to master
,
!21
Error handling
Pipeline
#63930
passed with warnings
5 years ago
Stage: purge
Stage: e2e-test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
ormconfig.json
+1
-1
1 addition, 1 deletion
ormconfig.json
with
4 additions
and
4 deletions
.gitlab-ci.yml
+
3
−
3
View file @
dc68e353
...
...
@@ -12,10 +12,10 @@ purge-old-containers:
-
testing
script
:
-
echo "$DOCKERHUB_PASS" | docker login -u "$DOCKERHUB_USER" --password-stdin
-
docker stop back
-
docker stop postgis
-
docker rm back
-
docker rm postgis
-
docker stop back
-
docker rm back
after_script
:
-
docker logout
allow_failure
:
true
...
...
@@ -29,6 +29,6 @@ e2e-testing:
only
:
-
testing
script
:
-
docker run --name postgis -p 5432:5432 -d -v docker:/docker-entrypoint-initdb.d/ mdillon/postgis
-
docker build -t backend .
-
docker run --name back -p 8080:5000 -d backend
-
docker run --name postgis -p 5432:5432 -d -v docker:/docker-entrypoint-initdb.d/ mdillon/postgis
This diff is collapsed.
Click to expand it.
ormconfig.json
+
1
−
1
View file @
dc68e353
{
"type"
:
"postgres"
,
"host"
:
"
localhost
"
,
"host"
:
"
postgis
"
,
"port"
:
5432
,
"username"
:
"ehasa"
,
"password"
:
"salasana"
,
...
...
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