Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
FitUrRing
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
wss9
FitUrRing
Merge requests
!5
Fix: Fix `.gitlab-ci.yml`
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix: Fix `.gitlab-ci.yml`
feature/ssl
into
develop
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
문경호
requested to merge
feature/ssl
into
develop
2 months ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
15c06040
1 commit,
2 months ago
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
2
−
2
Options
@@ -17,9 +17,9 @@ test:
script
:
-
export DOCKER_HOST=unix:///var/run/docker.sock
-
docker-compose -f docker-compose.yaml up -d
-
push
d front/nginx/ssl
-
c
d front/nginx/ssl
-
bash setup_ssl.sh
-
popd
-
cd ~
only
:
-
develop
-
master
Loading