Skip to content
Snippets Groups Projects
Commit 38c358f3 authored by Marko Ivancic's avatar Marko Ivancic
Browse files

Merge branch 'runner' into 'main'

Enable niif module update using gitlab-runner

See merge request !7
parents 3e42210d 4df408e9
No related branches found
No related tags found
1 merge request!7Enable niif module update using gitlab-runner
Pipeline #81771 passed
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment