Skip to content
Snippets Groups Projects
Commit 3a42005f authored by Konstantinos Samaras-Tsakiris's avatar Konstantinos Samaras-Tsakiris
Browse files

Merge branch 'fix-scripts' into 'master'

Fixes for cloning operations and add clone script

See merge request !8
parents 494acc84 9e0cae89
No related branches found
No related tags found
1 merge request!8Fixes for cloning operations and add clone script
Pipeline #2542294 passed
#!/bin/bash
#!/bin/sh
set -exu
# Change working directory to the drupal code
......
#!/bin/bash
#!/bin/sh
set -exu
# Change working directory to the drupal code
......
#!/bin/sh
set -exu
# Change working directory to the drupal code
cd /app
# Clone data from source to destination
rsync -av /drupal-data-source/ /drupal-data
/scripts/database-restore.sh
/scripts/clear-cache.sh
#!/bin/bash
#!/bin/sh
set -exu
# Change working directory to the drupal code
......
#!/bin/bash
#!/bin/sh
set -exu
# Change working directory to the drupal code
......
#!/bin/bash
#!/bin/sh
set -exu
# Change working directory to the drupal code
......
#!/bin/bash
#!/bin/sh
set -exu
# Change working directory to the drupal code
......
#!/bin/bash
#!/bin/sh
set -exu
# Change working directory to the drupal code
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment