mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-16 21:50:14 +02:00
Replaced tabs with spaces
This commit is contained in:
@ -260,7 +260,6 @@ function clone_repo_if_nonexistent() {
|
|||||||
# Checkout the specified branch
|
# Checkout the specified branch
|
||||||
chown -R bridgehead .
|
chown -R bridgehead .
|
||||||
su bridgehead -c "git checkout $branch_name"
|
su bridgehead -c "git checkout $branch_name"
|
||||||
echo "Checked out branch '$branch_name'."
|
|
||||||
|
|
||||||
cd -
|
cd -
|
||||||
}
|
}
|
||||||
@ -287,7 +286,7 @@ function build_transfair() {
|
|||||||
# 2. There is no data lock file (which means that no ETL has yet been run).
|
# 2. There is no data lock file (which means that no ETL has yet been run).
|
||||||
if ls ../ecdc/data/*.[cC][sS][vV] 1> /dev/null 2>&1 && [ ! -f ../ecdc/data/lock ]; then
|
if ls ../ecdc/data/*.[cC][sS][vV] 1> /dev/null 2>&1 && [ ! -f ../ecdc/data/lock ]; then
|
||||||
cd $base_dir/transfair
|
cd $base_dir/transfair
|
||||||
su bridgehead -c "git pull"
|
su bridgehead -c "git pull"
|
||||||
docker build --progress=plain -t samply/transfair --no-cache .
|
docker build --progress=plain -t samply/transfair --no-cache .
|
||||||
chown -R bridgehead .
|
chown -R bridgehead .
|
||||||
cd -
|
cd -
|
||||||
|
Reference in New Issue
Block a user