Skip to content
Snippets Groups Projects
Commit 8e9e0412 authored by hahn's avatar hahn
Browse files

- added: onbuild script

- removed dummy template
parent c6aa29a0
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
# ======================================================================
#
# ONBUILD fuer CI Deployment GUI
#
# Aufgaben:
# - gibt dem Wrapper fuer SSH Connections zu Git X-Rechte
#
# 2013-11-12 axel.hahn@iml.unibe.ch
# ======================================================================
cd `dirname $0`
cd ..
ls -l shellscripts/gitsshwrapper.sh && chmod 755 && shellscripts/gitsshwrapper.sh
\ No newline at end of file
Hier ist ein Testfile
Platzhalter
DB-Host: <%= $dbhost ?>
DB-Schema: <%= $dbname ?>
DB-User: <%= $dbuser ?>
DB-Passwort: <%= $dbpassword ?>
oder als URL: mysql://<%= $dbuser ?>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment