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

Enable niif module update using gitlab-runner

parent 3e42210d
No related branches found
No related tags found
1 merge request!7Enable niif module update using gitlab-runner
...@@ -11,6 +11,7 @@ cache: ...@@ -11,6 +11,7 @@ cache:
# List of stages for jobs, and their order of execution # List of stages for jobs, and their order of execution
stages: stages:
- test - test
- deploy
# PHP v7.4 # PHP v7.4
test-74: test-74:
...@@ -31,3 +32,16 @@ test-81: ...@@ -31,3 +32,16 @@ test-81:
script: script:
- composer install --prefer-dist --no-progress --no-suggest - composer install --prefer-dist --no-progress --no-suggest
- composer run-script pre-commit - 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