mirror of
https://forge.chapril.org/tykayn/workflow
synced 2025-06-20 01:44:43 +02:00
up examples, and partials
This commit is contained in:
parent
186985289d
commit
69348d5f60
3 changed files with 2 additions and 3 deletions
|
@ -5,9 +5,8 @@
|
|||
echo "========== init de workflow par Tykayn ======="
|
||||
source ~/Nextcloud/ressources/workflow_nextcloud/public_workflow/workflow_variables.sh
|
||||
|
||||
bash ./partials/check_foler_integrity.sh
|
||||
|
||||
bash ./partials/git_config_glob.sh
|
||||
bash $WORKFLOW_PATH_PUBLIC/initialisation/partials/check_foler_integrity.sh
|
||||
bash $WORKFLOW_PATH_PUBLIC/initialisation/partials/git_config_glob.sh
|
||||
|
||||
if ! hash ansible > /dev/null; then
|
||||
echo "* installation de Ansible"
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
# variables à ne pas versionner
|
||||
#
|
||||
|
||||
export secret_key="bidule"
|
Loading…
Add table
Add a link
Reference in a new issue