Remove reference to old "saverev.php" scrip
There is still a reference to the obsolete saverev.php
script in the pipeline, however deactivated:
store-version:
tags: [docker]
stage: deploy
dependencies: [test]
image: $CI_REGISTRY_IMAGE
script:
- curl -u gitlab:$REVISONSTOREPW
--data server=$(cat .docker/hash_server)
--data mysql=$(cat .docker/hash_mysql)
--data pylib=$(cat .docker/hash_pylib)
--data webui=$(cat .docker/hash_webui)
--data save=1 https://caosdb.org/revisions/saverev.php
allow_failure: true
only:
- dev
- main
- web
Don't we want to remove it?
The script is neither used any longer, nor installed on the caosdb.org server. It can be found here: https://gitlab.indiscale.com/salexan/saverev/