Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
archived-simpleSAMLphp
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
Trust and Identity Incubator
personal-profile-page
archived-simpleSAMLphp
Merge requests
!7
Enable niif module update using gitlab-runner
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Enable niif module update using gitlab-runner
runner
into
main
Overview
0
Commits
2
Pipelines
1
Changes
1
Merged
Marko Ivancic
requested to merge
runner
into
main
2 years ago
Overview
0
Commits
2
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
b2ad107e
2 commits,
2 years ago
1 file
+
14
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
14
−
0
Options
@@ -11,6 +11,7 @@ cache:
# List of stages for jobs, and their order of execution
stages
:
-
test
-
deploy
# PHP v7.4
test-74
:
@@ -31,3 +32,16 @@ test-81:
script
:
-
composer install --prefer-dist --no-progress --no-suggest
-
composer run-script pre-commit
# TODO mivanci remove when GEANT project finishes
# Do some updates on the test deployment...
niif-update
:
tags
:
-
niif-hu-shell
stage
:
deploy
rules
:
-
if
:
'
$CI_COMMIT_BRANCH
==
"main"'
# when: manual
script
:
-
cd /var/www/simplesamlphp
-
composer update -n cicnavi/simplesamlphp-module-accounting
Loading