Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sso
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sucssite
sso
Compare revisions
fd22d2af810990ba871eaf389e8d9d54cd6c0435 to 6d3cb18c9693081fd0b52402e44250bddb6a3291
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
sucssite/sso
Select target project
No results found
6d3cb18c9693081fd0b52402e44250bddb6a3291
Select Git revision
Swap
Target
sucssite/sso
Select target project
sucssite/sso
1 result
fd22d2af810990ba871eaf389e8d9d54cd6c0435
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Try and make CD fails more clear
· 557a6803
Imran Hussain
authored
3 years ago
557a6803
Merge branch 'cd-improvements' into 'master'
· 6d3cb18c
Imran Hussain
authored
3 years ago
Try and make CD fails more clear See merge request
!3
6d3cb18c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
public/pull.php
+2
-1
2 additions, 1 deletion
public/pull.php
with
3 additions
and
2 deletions
.gitlab-ci.yml
View file @
6d3cb18c
...
...
@@ -26,7 +26,7 @@ deploy-live:
script
:
-
apt update
-
apt install -y curl
-
curl https://sso.sucs.org/pull.php
-
curl
--fail-with-body
https://sso.sucs.org/pull.php
only
:
-
master
environment
:
live
This diff is collapsed.
Click to expand it.
public/pull.php
View file @
6d3cb18c
...
...
@@ -7,8 +7,9 @@ if ($retVal == 0) {
exit
(
0
);
}
http_response_code
(
500
);
print
(
"not ok
\n
"
);
var_dump
(
$retArr
);
var_dump
(
$retVal
);
?>
\ No newline at end of file
?>
This diff is collapsed.
Click to expand it.