Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Marktplatz Web
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
VSIS-Lehre
Smart Cities 2019
Marktplatz Web
Merge requests
!69
Fix stop_review
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix stop_review
test-staging
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
bornholdt
requested to merge
test-staging
into
master
4 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
39d6c1b9
1 commit,
4 years ago
1 file
+
0
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
0
−
1
Options
@@ -61,7 +61,6 @@ stop_review:
-
cd $CI_PROJECT_NAME
-
git checkout $CI_COMMIT_SHA
script
:
-
pwd
-
sh ./prepare-environment-docker-compose.sh > docker-compose.yml
-
docker-compose -p $CI_PROJECT_NAME-$CI_COMMIT_REF_SLUG down
except
:
Loading